Scripts/Northrend: corrected code logic, fixing a bunch of warnings

This commit is contained in:
ShinDarth
2016-08-17 00:15:26 +02:00
parent 24ae2150aa
commit 9cd4cf08c6
3 changed files with 7 additions and 5 deletions

View File

@@ -119,7 +119,9 @@ public:
me->CastSpell(me, SPELL_EVOCATION, true);
events.Reset();
lock = false;
x,y,z = 0.0f;
x = 0.0f;
y = 0.0f;
z = 0.0f;
releaseLockTimer = 0;
me->ApplySpellImmune(0, IMMUNITY_ID, 49838, true);
}