mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user