mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Tempest Keep: Fixed a typo in Nethermancer Sepethrea
Closes #23828
Ty Rizztazz
(cherry picked from commit 746a1d89b3)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user