Scripts/Ruby Sanctum: Fix Halion event ai not being updated

Fix Halion event ai not being updated due to private member hiding base class member.
Fixes #12835
This commit is contained in:
jackpoz
2014-08-24 20:35:44 +02:00
parent 98fb33003c
commit 7fa49c8d62

View File

@@ -578,9 +578,6 @@ class boss_twilight_halion : public CreatureScript
break;
}
}
private:
EventMap events;
};
CreatureAI* GetAI(Creature* creature) const override