Skip to content

Commit

Permalink
Fixed names of others != Spells not being displayed for guids
Browse files Browse the repository at this point in the history
* bf002ed followup
  • Loading branch information
mdX7 committed May 13, 2024
1 parent bf002ed commit 34d5fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WowPacketParser/Misc/WowGuid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public override string ToString()
if (GetHighType() == HighGuidType.Cast)
type = StoreNameType.Spell;
else
Utilities.ObjectTypeToStore(GetObjectType());
type = Utilities.ObjectTypeToStore(GetObjectType());

// ReSharper disable once UseStringInterpolation
return string.Format("Full: 0x{0}{1} {2}/{3} R{4}/S{5} Map: {6} Entry: {7} Low: {8}", High.ToString("X16"), Low.ToString("X16"),
Expand Down

0 comments on commit 34d5fd0

Please sign in to comment.