mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Core/Spells: Fixed targeting for spell 49305 (missing unit target)
Signed-off-by: Shauren <shauren.dev@gmail.com>
This commit is contained in:
4
sql/updates/10976_world_spell_target_position.sql
Normal file
4
sql/updates/10976_world_spell_target_position.sql
Normal 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);
|
||||
|
||||
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user