diff options
author | Tartalo <none@none> | 2010-03-20 13:22:02 +0100 |
---|---|---|
committer | Tartalo <none@none> | 2010-03-20 13:22:02 +0100 |
commit | 10417f1e6db974ff6e46a88b06147e87820ba850 (patch) | |
tree | 058a0f0e418dfa2c7effa12c78ad39534d7b1681 | |
parent | 3ddaedf88cdebede0dc31ce8a5ba71fde5bf8404 (diff) |
Fix few typos on last commits
--HG--
branch : trunk
-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!" |