We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740e704 commit ab31674Copy full SHA for ab31674
WowPacketParser/Misc/WowGuid.cs
@@ -29,7 +29,7 @@ public bool HasEntry()
29
30
public uint GetSpawnTimestamp()
31
{
32
- return (uint)(Low & 0x3FFFFF);
+ return (uint)(Low & 0x7FFFFF);
33
}
34
35
public abstract ulong GetLow();
0 commit comments