mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10752] Convert to objetguids map scripts and finally drop IS_PLAYER_GUID.
This commit is contained in:
parent
2601022b9f
commit
c2096380cf
4 changed files with 49 additions and 52 deletions
|
|
@ -7518,7 +7518,7 @@ void ObjectMgr::DeleteRespawnTimeForInstance(uint32 instance)
|
|||
next = itr;
|
||||
++next;
|
||||
|
||||
if(GUID_HIPART(itr->first)==instance)
|
||||
if (PAIR64_HIPART(itr->first)==instance)
|
||||
mGORespawnTimes.erase(itr);
|
||||
}
|
||||
|
||||
|
|
@ -7527,7 +7527,7 @@ void ObjectMgr::DeleteRespawnTimeForInstance(uint32 instance)
|
|||
next = itr;
|
||||
++next;
|
||||
|
||||
if(GUID_HIPART(itr->first)==instance)
|
||||
if (PAIR64_HIPART(itr->first)==instance)
|
||||
mCreatureRespawnTimes.erase(itr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue