mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Game/Spell: Spellmgr - Force Cast - Fix Typo
* introduced in 9d12df69ca (diff-f82ab5d79483dd6e1f5bd8c4d94299d3R2958)
This commit is contained in:
@@ -2955,7 +2955,7 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
switch (spellInfo->Id)
|
||||
{
|
||||
case 63026: // Force Cast (HACK: Target shouldn't be changed)
|
||||
case 63171: // Force Cast (HACK: Target shouldn't be changed; summon position should be untied from spell destination)
|
||||
case 63137: // Force Cast (HACK: Target shouldn't be changed; summon position should be untied from spell destination)
|
||||
spellInfo->Effects[0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DB);
|
||||
break;
|
||||
case 53096: // Quetz'lun's Judgment
|
||||
|
||||
Reference in New Issue
Block a user