Core/Spells: Fix summon position of Argent Valiant

Ref #8718
This commit is contained in:
Carbenium
2015-05-20 00:14:22 +02:00
parent 64bed16a57
commit 9d12df69ca
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_target_position` WHERE `id`=63171;
INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
(63171, 0, 571, 8533.11, 1069.66, 551.784, 0.5296);

View File

@@ -2955,6 +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)
spellInfo->Effects[0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DB);
break;
case 53096: // Quetz'lun's Judgment