From 80d9bb4ba6c1f54426a5230cdf9d681389fb65e9 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Thu, 29 Jan 2009 20:39:40 +0300 Subject: [PATCH] Add new ranks for some hunter sting Signed-off-by: DiSlord --- src/game/SpellAuras.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 0c1185d9a..4a39cc051 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -3367,6 +3367,8 @@ void Aura::HandleAuraModStun(bool apply, bool Real) case 24132: spell_id = 24134; break; case 24133: spell_id = 24135; break; case 27068: spell_id = 27069; break; + case 49011: spell_id = 49009; break; + case 49012: spell_id = 49010; break; default: sLog.outError("Spell selection called for unexpected original spell %u, new spell for this spell family?",GetId()); return;