From 1e92a75f8fc08cf61732aeeac963302551d24a10 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Wed, 14 Jan 2009 20:21:38 +0100 Subject: *Added missed row in 850 --HG-- branch : trunk --- src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp b/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp index 8f73b828e4a..016eed30dad 100644 --- a/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp +++ b/src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp @@ -868,6 +868,7 @@ struct TRINITY_DLL_DECL mob_phase_hunterAI : public ScriptedAI Creature* DrainedPhaseHunter = NULL; if(!DrainedPhaseHunter) + DrainedPhaseHunter = m_creature->SummonCreature(SUMMONED_MOB, m_creature->GetPositionX(), m_creature->GetPositionY(), m_creature->GetPositionZ(), m_creature->GetOrientation(), TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 60000); // summon the mob if(DrainedPhaseHunter) { @@ -956,10 +957,7 @@ struct TRINITY_DLL_DECL npc_bessyAI : public npc_escortAI summoned->AI()->AttackStart(m_creature); } - void Aggro(Unit* who) - { - - } + void Aggro(Unit* who){} void Reset() { @@ -970,7 +968,8 @@ struct TRINITY_DLL_DECL npc_bessyAI : public npc_escortAI { npc_escortAI::UpdateAI(diff); } - }; + +}; bool QuestAccept_npc_bessy(Player* player, Creature* creature, Quest const* quest) { -- cgit v1.2.3