mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Fixed MSG_CORPSE_QUERY for dungeons/raids, fixed SMSG_ATTACKERSTATEUPDATE
This commit is contained in:
parent
8a29415450
commit
5ca92eddd7
9 changed files with 96 additions and 48 deletions
|
|
@ -5020,7 +5020,7 @@ AreaTrigger const* ObjectMgr::GetGoBackTrigger(uint32 Map) const
|
|||
if(!mapEntry) return NULL;
|
||||
for (AreaTriggerMap::const_iterator itr = mAreaTriggers.begin(); itr != mAreaTriggers.end(); itr++)
|
||||
{
|
||||
if(itr->second.target_mapId == mapEntry->parent_map)
|
||||
if(itr->second.target_mapId == mapEntry->entrance_map)
|
||||
{
|
||||
AreaTriggerEntry const* atEntry = sAreaTriggerStore.LookupEntry(itr->first);
|
||||
if(atEntry && atEntry->mapid == Map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue