Jump to content

Opterman

Members
  • Posts

    27
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Opterman

  1. - Description of the bug: When you transform into moonkin with this talent , you dont get the haste bonus %. - For which repository revision was the patch created? 7648 - Is there a thread in the bug report section or at lighthouse? No, or maybe i havent found it. - Who has been writing this patch? Myself I found in WowHead 3 triggereds spells that applies the aura SPELL_AURA_MELEE_SLOW in area and in the same group of the caster , so i handled it in the dummy aura of this talent - This is the Fix: Code: From a04a58aea2a7fc0524ccd30151a6b5118109af96 Mon Sep 17 00:00:00 2001 From: unknown <Administrator@.(none)> Date: Sat, 14 Mar 2009 01:45:44 -0700 Subject: [PATCH] Improved Moonkin Form --- src/game/SpellAuras.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index c60809e..46365ea 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2289,6 +2289,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real) ((Player*)m_target)->AddSpellMod(m_spellmod, apply); return; } + case 48384: if(apply)m_target->CastSpell(m_target,50170,true); return; //Rank 1 + case 48395: if(apply)m_target->CastSpell(m_target,50171,true); return; //Rank 2 + case 48396: if(apply)m_target->CastSpell(m_target,50172,true); return; //Rank 3 case 61336: // Survival Instincts { if(apply) -- 1.6.2.msysgit.0.186.gf7512 Greetings , Opterman
  2. 50424 Isnt a class player spell. I dont see in wowhead any mob or boss that casts 61607.. Greetings, Opterman
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use