diff options
author | Blaymoira <none@none> | 2009-01-14 20:21:38 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-14 20:21:38 +0100 |
commit | 1e92a75f8fc08cf61732aeeac963302551d24a10 (patch) | |
tree | 341a400109b0bebdf60ea10e36e0a9fd2c646b96 /src | |
parent | 1c417cff773defc272a50363d2536610cb9e7aa0 (diff) |
*Added missed row in 850
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/netherstorm/netherstorm.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
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) { |