Scripts/Tempest Keep: Fixed a typo in Nethermancer Sepethrea

Closes #23828
Ty Rizztazz

(cherry picked from commit 746a1d89b3)
This commit is contained in:
Keader
2019-09-25 16:56:03 -03:00
committed by Shauren
parent c886e87991
commit 5d2b37634b

View File

@@ -192,7 +192,7 @@ class npc_ragin_flames : public CreatureScript
//Check_Timer
if (Check_Timer <= diff)
{
if (instance->GetData(DATA_NETHERMANCER_SEPRETHREA) != IN_PROGRESS)
if (instance->GetBossState(DATA_NETHERMANCER_SEPRETHREA) != IN_PROGRESS)
{
//remove
me->DespawnOrUnsummon();