feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)

This commit is contained in:
UltraNix
2021-04-25 22:18:03 +02:00
committed by GitHub
parent 91081f4ad8
commit f4c226423d
568 changed files with 10655 additions and 11019 deletions

View File

@@ -96,7 +96,7 @@ public:
{
npc_pilgrims_bounty_chairAI(Creature* creature) : VehicleAI(creature)
{
plateGUID = 0;
plateGUID.Clear();
timerSpawnPlate = 1;
timerRotateChair = 0;
me->SetReactState(REACT_PASSIVE);
@@ -111,7 +111,7 @@ public:
who->ToPlayer()->SetClientControl(me, 0, true);
}
uint64 plateGUID;
ObjectGuid plateGUID;
uint32 timerSpawnPlate;
uint32 timerRotateChair;