From 075a4525d79419343b7b80d5d422030af2cf707a Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sat, 14 Aug 2010 10:28:45 +0200 Subject: This should be the last of the malfunctioning AI scripts, thanks to click for the list --HG-- branch : trunk --- src/server/scripts/Custom/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Custom/test.cpp') diff --git a/src/server/scripts/Custom/test.cpp b/src/server/scripts/Custom/test.cpp index 87ee59369b3..67ba1aec8b4 100644 --- a/src/server/scripts/Custom/test.cpp +++ b/src/server/scripts/Custom/test.cpp @@ -199,7 +199,7 @@ public: return true; } - CreatureAI* GetAI(Creature* pCreature) + CreatureAI* GetAI(Creature* pCreature) const { npcAI* testAI = new npcAI(pCreature); -- cgit v1.2.3