mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 07:37:11 +01:00
DB/Spell: remove SP Scaling for Druid T10 4p bonus (Balance)
This commit is contained in:
3
sql/updates/world/3.3.5/2016_09_13_05_world.sql
Normal file
3
sql/updates/world/3.3.5/2016_09_13_05_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` = 71023;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(71023, 0, 0, 0, 0, 'Languish - Druid T10 Balance 4p Bonus');
|
||||
Reference in New Issue
Block a user