mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Game/Spell: Spellmgr - Force Cast - Fix Typo
* introduced in 9d12df69ca (diff-f82ab5d79483dd6e1f5bd8c4d94299d3R2958)
This commit is contained in:
2
sql/updates/world/2015_05_22_00_world.sql
Normal file
2
sql/updates/world/2015_05_22_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
DELETE FROM `spell_target_position` WHERE `id`=63171;
|
||||
@@ -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