From 8034a6c48ea565345cd769422bb80acf5df015e4 Mon Sep 17 00:00:00 2001 From: Spp Date: Tue, 9 Mar 2010 11:11:10 +0100 Subject: Rename 'Hostil' to 'Hostile' Credits to NoFantasy (Mangos) Closes issue #411 --HG-- branch : trunk --- src/scripts/outland/netherstorm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts/outland/netherstorm.cpp') diff --git a/src/scripts/outland/netherstorm.cpp b/src/scripts/outland/netherstorm.cpp index 16c4abea69e..25dba020be4 100644 --- a/src/scripts/outland/netherstorm.cpp +++ b/src/scripts/outland/netherstorm.cpp @@ -743,10 +743,10 @@ struct mob_phase_hunterAI : public ScriptedAI // some code to cast spell Mana Burn on random target which has mana if (ManaBurnTimer <= diff) { - std::list AggroList = m_creature->getThreatManager().getThreatList(); + std::list AggroList = m_creature->getThreatManager().getThreatList(); std::list UnitsWithMana; - for(std::list::const_iterator itr = AggroList.begin(); itr != AggroList.end(); ++itr) + for(std::list::const_iterator itr = AggroList.begin(); itr != AggroList.end(); ++itr) { if(Unit *pUnit = Unit::GetUnit(*m_creature, (*itr)->getUnitGuid())) { -- cgit v1.2.3