DB/Item Fix Living Ruby Pendant

By Odyssey, fixes #11314
This commit is contained in:
Aokromes
2014-01-23 11:03:50 +01:00
parent f722d7e076
commit df90f5811f
@@ -0,0 +1,3 @@
-- Living Ruby Pendant (item 24110) shouldn't get SP bonuses
DELETE FROM `spell_bonus_data` WHERE `entry`=31024;
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (31024,0,0,0,0,'Living ruby pendant should not get bonuses');