Core/Misc: Rename AreaTriggerStruct to AreaTriggerTeleport
Port From (https://github.com/TrinityCore/TrinityCore/commit/d5b07faca1bb36bd7c836f3f280530f9b26834b1)
This commit is contained in:
@@ -3390,7 +3390,7 @@ namespace Game.Entities
|
||||
if (map == null)
|
||||
map = Global.MapMgr.CreateMap(mapId, this);
|
||||
|
||||
AreaTriggerStruct areaTrigger = null;
|
||||
AreaTriggerTeleport areaTrigger = null;
|
||||
bool check = false;
|
||||
|
||||
if (map == null)
|
||||
|
||||
Reference in New Issue
Block a user