mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
DB/Spell: remove SP scaling for Shaman T9 Elemental 4p bonus
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`=71824;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(71824, 0, 0, 0, 0, 'Lava Burst');
|
||||
Reference in New Issue
Block a user