Core/Scripts: Typo fix

This commit is contained in:
Keader
2017-08-27 20:27:14 -03:00
parent 52ad0c9e5c
commit 72aa03441f

View File

@@ -154,7 +154,7 @@ class boss_ick : public CreatureScript
events.Reset();
instance->SetBossState(DATA_ICK, NOT_STARTED);
_oldTargetGUID.Clear();
_tempThreat = 0;
_tempThreat = 0.0f;
}
Creature* GetKrick()