Creature/script: Add area restriction for Freed Proto Drake

Closes #11754
Thanks to ariel-
This commit is contained in:
Killyana
2016-11-20 20:01:54 +01:00
parent 50d9a7494b
commit 3cc89c32d5
2 changed files with 8 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ public:
void UpdateAI(uint32 diff) override
{
VehicleAI::UpdateAI(diff);
events.Update(diff);
switch (events.ExecuteEvent())