mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Scripts: Typo fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user