diff options
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/example_escort.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Examples/example_escort.cpp b/src/server/scripts/Examples/example_escort.cpp index 2def7fa7770..50961744d3b 100644 --- a/src/server/scripts/Examples/example_escort.cpp +++ b/src/server/scripts/Examples/example_escort.cpp @@ -199,7 +199,7 @@ class example_escort : public CreatureScript bool OnGossipSelect(Player* player, Creature* creature, uint32 sender, uint32 action) { - npc_escortAI* pEscortAI = CAST_AI(example_escortAI, creature->AI()); + npc_escortAI* pEscortAI = CAST_AI(example_escort::example_escortAI, creature->AI()); switch(action) { |