mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Fix date for sql added in af32d0f616
This commit is contained in:
@@ -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');
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user