Skip to content

Commit ab31674

Browse files
committed
Fixed SpawnTimestamp mask
1 parent 740e704 commit ab31674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WowPacketParser/Misc/WowGuid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public bool HasEntry()
2929

3030
public uint GetSpawnTimestamp()
3131
{
32-
return (uint)(Low & 0x3FFFFF);
32+
return (uint)(Low & 0x7FFFFF);
3333
}
3434

3535
public abstract ulong GetLow();

0 commit comments

Comments
 (0)