Creature/script: Add area restriction for Freed Proto Drake

Closes #11754
Thanks to ariel-

(cherry picked from commit 3cc89c32d5)
This commit is contained in:
Killyana
2016-11-20 20:01:54 +01:00
committed by joschiwald
parent 44a91e0230
commit bc23d8c892
2 changed files with 8 additions and 0 deletions

View File

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