diff options
Diffstat (limited to 'src/scripts/northrend')
| -rw-r--r-- | src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp | 2 | ||||
| -rw-r--r-- | src/scripts/northrend/ulduar/ulduar/boss_freya.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp b/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp index 04c87193561..1e60dfc6135 100644 --- a/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp +++ b/src/scripts/northrend/draktharon_keep/boss_tharon_ja.cpp @@ -231,7 +231,7 @@ struct boss_tharon_jaAI : public ScriptedAI { // clean morph on players Map::PlayerList const &PlayerList = pInstance->instance->GetPlayers(); - + for (Map::PlayerList::const_iterator i = PlayerList.begin(); i != PlayerList.end(); ++i) if (Player *pPlayer = i->getSource()) pPlayer->DeMorph(); diff --git a/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp b/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp index 4a331289044..ee995878a0e 100644 --- a/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp +++ b/src/scripts/northrend/ulduar/ulduar/boss_freya.cpp @@ -53,7 +53,7 @@ enum Yells enum { - // Con-speed-atory timed achievement. + // Con-speed-atory timed achievement. // TODO Should be started when 1st trash is killed. ACHIEV_CON_SPEED_ATORY_START_EVENT = 21597, SPELL_ACHIEVEMENT_CHECK = 65074, |
