Fix date for sql added in af32d0f616

This commit is contained in:
kaelima
2011-12-12 12:13:02 +01:00
parent a7a245b561
commit b85a5e9fa5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
DELETE FROM `spell_bonus_data` WHERE `entry` IN (52042,5672);
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`,`ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
('5672','0.0827','-1','-1','-1','Shaman - Healing Stream Totem Rank 1');

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_bonus_data` WHERE `entry` IN (52042,5672);
INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES
(5672,0.0827,-1,-1,-1, 'Shaman - Healing Stream Totem Rank 1');