From d7f76aec992a36817a3ab474379aa2b7421ebfed Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sun, 14 Dec 2008 16:11:58 +0100 Subject: *Fixed spell 39445 *Added missing DoMeleeAttackIfReady(); in phase hunter script patch provided by Anubisss --HG-- branch : trunk --- src/game/Unit.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 8bf2968fd40..754717670f5 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -8632,6 +8632,11 @@ uint32 Unit::SpellDamageBonus(Unit *pVictim, SpellEntry const *spellProto, uint3 { CastingTime = 0; } + // Darkmoon Card: Vengeance - 0.1% + else if (spellProto->SpellVisual == 9850 && spellProto->SpellIconID == 2230) + { + CastingTime = 3.5; + } case SPELLFAMILY_MAGE: // Ignite - do not modify, it is (8*Rank)% damage of procing Spell if(spellProto->Id==12654) -- cgit v1.2.3