[7010] Teleport players to the entrance of instances if they are in reset ones at login

This commit is contained in:
arrai 2009-01-03 00:36:48 +01:00
parent c88dfbccb3
commit 88208bc9a7
5 changed files with 36 additions and 3 deletions

View file

@ -466,6 +466,7 @@ class ObjectMgr
}
AreaTrigger const* GetGoBackTrigger(uint32 Map) const;
AreaTrigger const* GetMapEntranceTrigger(uint32 Map) const;
uint32 GetAreaTriggerScriptId(uint32 trigger_id);