aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-06-09 22:50:56 +0200
committerShauren <shauren.trinity@gmail.com>2012-06-09 22:50:56 +0200
commitbe5f0b0f478dec5f9a49680dec24ba0dd1870f63 (patch)
tree34db77be3aac0fe25d7a1c8f8cfac7897995ecda /src
parent7d98f2ffc7652e4797839a86063abfff86603de9 (diff)
Core/Scripts: Fixed crash in mob_phase_hunterAI, this entire script is crappy and needs rewrite anyway.
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Outland/netherstorm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/scripts/Outland/netherstorm.cpp b/src/server/scripts/Outland/netherstorm.cpp
index afc18c71b92..16dac13d1a9 100644
--- a/src/server/scripts/Outland/netherstorm.cpp
+++ b/src/server/scripts/Outland/netherstorm.cpp
@@ -777,10 +777,10 @@ public:
PlayerGUID = who->GetGUID();
}
- void SpellHit(Unit* /*caster*/, const SpellInfo* /*spell*/)
- {
- DoCast(me, SPELL_DE_MATERIALIZE);
- }
+ //void SpellHit(Unit* /*caster*/, const SpellInfo* /*spell*/)
+ //{
+ // DoCast(me, SPELL_DE_MATERIALIZE);
+ //}
void UpdateAI(const uint32 diff)
{