From 30c5bff102bc089bcc18677352bf506ac0219111 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 28 Jan 2009 20:16:11 -0600 Subject: *Fix critter AI. *Some AI structure change. --HG-- branch : trunk --- src/game/GuardAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/GuardAI.h') diff --git a/src/game/GuardAI.h b/src/game/GuardAI.h index 07a638ea17a..16e0c6e8bd6 100644 --- a/src/game/GuardAI.h +++ b/src/game/GuardAI.h @@ -36,7 +36,7 @@ class TRINITY_DLL_DECL GuardAI : public CreatureAI public: - GuardAI(Creature &c); + GuardAI(Creature *c); void MoveInLineOfSight(Unit *); void AttackStart(Unit *); -- cgit v1.2.3