diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/northrend/gundrak/boss_slad_ran.cpp | 2 | ||||
-rw-r--r-- | src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/northrend/gundrak/boss_slad_ran.cpp b/src/scripts/northrend/gundrak/boss_slad_ran.cpp index 533911bd0ef..8cb73c5390f 100644 --- a/src/scripts/northrend/gundrak/boss_slad_ran.cpp +++ b/src/scripts/northrend/gundrak/boss_slad_ran.cpp @@ -173,7 +173,7 @@ struct boss_slad_ranAI : public ScriptedAI void JustSummoned(Creature* summoned) { summoned->GetMotionMaster()->MovePoint(0,m_creature->GetPositionX(),m_creature->GetPositionY(),m_creature->GetPositionZ()); - lSummons.Summon(summon); + lSummons.Summon(summoned); } }; diff --git a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp index 93473621d80..3485e81c1af 100644 --- a/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp +++ b/src/scripts/northrend/ulduar/halls_of_stone/halls_of_stone.cpp @@ -103,7 +103,7 @@ enum Quests enum Achievements { - ACHIEV_BRANN_SPANKIN = 2154 + ACHIEV_BRANN_SPANKIN_NEW = 2154 }; #define GOSSIP_ITEM_START "Brann, it would be our honor!" |