diff options
author | Keader <keader.android@gmail.com> | 2019-09-25 16:56:03 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 16:56:03 -0300 |
commit | 746a1d89b34984f31ab66ef00e93a648dc42af5d (patch) | |
tree | 0288da9f07f109966d792c1487af9a8ffb62226a | |
parent | ed087546635331e4cff4e97772a9f9978f4b1833 (diff) |
Scripts/Tempest Keep: Fixed a typo in Nethermancer Sepethrea
Closes #23828
Ty Rizztazz
-rw-r--r-- | src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp index 7ce75e59701..8a449ad3d12 100644 --- a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp +++ b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp @@ -193,7 +193,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(); |