diff options
Diffstat (limited to 'src/scripts/eastern_kingdoms/ghostlands.cpp')
-rw-r--r-- | src/scripts/eastern_kingdoms/ghostlands.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripts/eastern_kingdoms/ghostlands.cpp b/src/scripts/eastern_kingdoms/ghostlands.cpp index 91bdca62fe6..5087ceb8da5 100644 --- a/src/scripts/eastern_kingdoms/ghostlands.cpp +++ b/src/scripts/eastern_kingdoms/ghostlands.cpp @@ -155,8 +155,6 @@ struct npc_ranger_lilathaAI : public npc_escortAI { npc_ranger_lilathaAI(Creature *c) : npc_escortAI(c) {} - std::list<GameObject*> CageList; - void WaypointReached(uint32 i) { Player* pPlayer = GetPlayerForEscort(); |