diff options
author | faq_ <ainarsh@gmail.com> | 2012-05-20 17:16:03 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-05-20 17:16:03 +0100 |
commit | a2d2732c03df73bcd8c8a6c935c099afaae7212c (patch) | |
tree | 7bb1c5274aa7cd58798f0a8ad1c75dcc29c6451a | |
parent | 66ce5a1148d11cd57f953be04de2b756c6754909 (diff) |
DB/Spells: Lay on Hands shouldn't scale with spell power
-rw-r--r-- | sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql b/sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..7603f7dd938 --- /dev/null +++ b/sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=633; +INSERT INTO `spell_bonus_data` (`entry`,`comments`) VALUES (633,'Paladin - Lay on Hands'); |