aboutsummaryrefslogtreecommitdiff
path: root/src/game/ReactorAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ReactorAI.h')
-rw-r--r--src/game/ReactorAI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ReactorAI.h b/src/game/ReactorAI.h
index c71c48d0985..b2bfa3501c2 100644
--- a/src/game/ReactorAI.h
+++ b/src/game/ReactorAI.h
@@ -29,7 +29,7 @@ class TRINITY_DLL_DECL ReactorAI : public CreatureAI
{
public:
- ReactorAI(Creature &c) : i_creature(c), i_victimGuid(0) {}
+ ReactorAI(Creature *c) : i_creature(*c), i_victimGuid(0) {}
void MoveInLineOfSight(Unit *);
void AttackStart(Unit *);