Game/Spell: Spellmgr - Force Cast - Fix Typo

* introduced in 9d12df69ca (diff-f82ab5d79483dd6e1f5bd8c4d94299d3R2958)
This commit is contained in:
Rushor
2015-05-22 14:37:44 +02:00
parent 0148832b32
commit 9fcbe50ddb
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
--
DELETE FROM `spell_target_position` WHERE `id`=63171;

View File

@@ -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