diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-15 00:06:19 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-15 00:06:19 +0200 |
commit | a306d39bb4c20b48fb1a0a3d035a18c206205701 (patch) | |
tree | a09139d3c46d38f01e20ff5f14397ed2a462dcbd | |
parent | bddaf9b3a4c4385a02ff11ba92aef95ebac7ccab (diff) |
Core/Scripts: Missing change from previous commit
-rw-r--r-- | src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp index 871a82c8e28..068d00f550f 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_akilzon.cpp @@ -80,7 +80,9 @@ class boss_akilzon : public CreatureScript boss_akilzonAI(Creature* creature) : ScriptedAI(creature) { instance = creature->GetInstanceScript(); + memset(BirdGUIDs, 0, sizeof(BirdGUIDs)); } + InstanceScript* instance; uint64 BirdGUIDs[8]; |