aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-08-14 23:46:42 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2012-08-14 23:46:42 +0200
commit302051da3d01dce352e514caff7485ef9afe4df1 (patch)
treeb88855febcdbd969c8bd1cbfbd167eb9e6916f62 /src/server/scripts/EasternKingdoms
parent0f40869627b9f6281cac34b203b9d7496c482449 (diff)
Core/Scripts: Fixed more uninitialized variables
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
-rw-r--r--src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp
index ecf173b02e5..a8afd19cd96 100644
--- a/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp
+++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp
@@ -109,6 +109,7 @@ class boss_halazzi : public CreatureScript
if (instance)
instance->SetData(DATA_HALAZZIEVENT, NOT_STARTED);
+ LynxGUID = 0;
TransformCount = 0;
BerserkTimer = 600000;
CheckTimer = 1000;