mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-12 03:55:07 +00:00
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
This commit is contained in:
@@ -54,12 +54,12 @@ enum VehicleNPCs
|
||||
|
||||
struct PassengerInfo
|
||||
{
|
||||
uint64 Guid;
|
||||
ObjectGuid Guid;
|
||||
bool IsUnselectable;
|
||||
|
||||
void Reset()
|
||||
{
|
||||
Guid = 0;
|
||||
Guid.Clear();
|
||||
IsUnselectable = false;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user