mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Spells: Blade's Edge Ogre Force Reaction (After completion of Into The Soulgrinder)
Closes #26484
(cherry picked from commit e0e450cd12)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
UPDATE `serverside_spell` SET `AttributesEx`=`AttributesEx`|32, `AttributesEx2`=1, `AttributesEx3`=1048576, `RangeIndex`=13, `SchoolMask`=0 WHERE `Id`=39960;
|
||||
|
||||
DELETE FROM `serverside_spell_effect` WHERE `SpellID`=39960;
|
||||
INSERT INTO `serverside_spell_effect` (`SpellID`,`EffectIndex`,`Effect`,`EffectAura`,`EffectChainAmplitude`,`EffectBasePoints`,`EffectMiscValue1`,`ImplicitTarget1`) VALUES
|
||||
(39960, 0, 6, 139, 1, 2, 929, 1),
|
||||
(39960, 1, 6, 139, 1, 2, 1001, 1);
|
||||
|
||||
DELETE FROM `spell_area` WHERE `spell`=39960;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(39960, 3522, 11000, 0, 0, 0, 2, 3, 64, 11);
|
||||
Reference in New Issue
Block a user