Core/Spells: Fixed targeting for spell 49305 (missing unit target)

Signed-off-by: Shauren <shauren.dev@gmail.com>
This commit is contained in:
McBitter
2011-01-08 18:36:45 +02:00
committed by Shauren
parent 39247d912b
commit 63333dc6ff
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_target_position` WHERE `id` = 49305;
INSERT INTO `spell_target_position` VALUES
(49305, 578, 983.108, 1054.513, 359.967, 3.354);

View File

@@ -3761,6 +3761,10 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectSpellClassMask[1][0] |= 2;
count++;
break;
case 49305:
spellInfo->EffectImplicitTargetB[0] = 1;
count++;
break;
case 51852: // The Eye of Acherus (no spawn in phase 2 in db)
spellInfo->EffectMiscValue[0] |= 1;
count++;