BRD Grimm Guzzler related update

cmangos BRD Grimm Guzzler update
Update to the latest version of ScriptDev3
This commit is contained in:
Charles A Edwards 2016-09-09 13:36:44 +01:00
parent df6e0719ec
commit 0f8961ac8b
2 changed files with 9 additions and 1 deletions

View File

@ -585,6 +585,14 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
m_originalCaster->CastSpell(channelTarget, 13481, true, NULL, NULL, m_originalCasterGUID, m_spellInfo);
return;
}
case 13489:
{
if (!unitTarget)
return;
unitTarget->CastSpell(unitTarget, 14744, true);
return;
}
case 13567: // Dummy Trigger
{
// can be used for different aura triggering, so select by aura

@ -1 +1 @@
Subproject commit 3ece7abf26c10ac593c4fd9dc8f757d616ece728
Subproject commit eb0771b1ebde547a7f3823e607f76de8668b1ef0