Fix: Do not ignore CD for Hunter-based triggered spells (and thanks to QAston for the spell-lesson)

Fixes 1155

--HG--
branch : trunk
This commit is contained in:
click
2010-07-24 05:12:36 +02:00
parent 2a3df94bca
commit 8df1dba022

View File

@@ -6302,7 +6302,7 @@ void Spell::EffectScriptEffect(uint32 effIndex)
break;
}
if (spellId)
m_caster->CastCustomSpell(unitTarget, spellId, &basePoint, 0, 0, true);
m_caster->CastCustomSpell(unitTarget, spellId, &basePoint, 0, 0, false);
return;
}
// Master's Call