diff options
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 68f79008b5c..a51a990dcd7 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -388,8 +388,7 @@ class spell_death_knight_initiate_visual : public SpellScript default: return; } - target->CastSpell(target, spellId, CastSpellExtraArgs(TRIGGERED_FULL_MASK) - .SetOriginalCastId(GetSpell()->m_castId)); + target->CastSpell(target, spellId, GetSpell()); target->LoadEquipment(); } |
