*Fixed spell 39445

*Added missing DoMeleeAttackIfReady(); in phase hunter script patch provided by Anubisss

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-14 16:11:58 +01:00
parent 9b01f00551
commit d7f76aec99
2 changed files with 8 additions and 2 deletions

View File

@@ -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)