WowPacketParser icon indicating copy to clipboard operation
WowPacketParser copied to clipboard

World of Warcraft Packet Parser

Results 66 WowPacketParser issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/TrinityCore/WowPacketParser/assets/49193927/f61ca30e-8b2e-4acc-b121-b48c23f64afd) The id should be different or 0

Trying to parse a packet from 50172 and there are quite a few creature GUIDs that show up and are being used, but the initial `SMSG_UPDATE_OBJECT` responsible for their appearance...

Was used for PvP rank/honor rework PTR run as well as hardcore launch.

Convert databases to utf8mb4 Also updated wpp_data_objectnames.sql to use only one insert

Playerchoice and playerchoice_response get filled but reward never maybe an issue with struct

``` System.ArgumentOutOfRangeException Index and length must refer to a location within the string. (Parameter 'length') at System.String.ThrowSubstringArgumentOutOfRange(Int32 startIndex, Int32 length) at System.String.Substring(Int32 startIndex, Int32 length) at WowPacketParser.Misc.Packet.FormatFloat(Single value) in C:\Users\benjy\Documents\GitHub\WowPacketParser\WowPacketParser\Misc\PacketReads.cs:line...

**System.ArgumentException Requested value ' ' was not found. at System.Enum.TryParseByName(RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result) at System.Enum.TryParseInt32Enum(RuntimeType enumType, ReadOnlySpan`1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase,...

If dumping a sniff in another locale than enUS to SQL, gameobject_template doesn't populate name and castBarCaption neither gameobject_template_locale table.