mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB: fixed a typo in last commit
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry`= 974;
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `comments`) VALUES
|
||||
(974, 0.538, 'Shaman - Earth Shield');
|
||||
(974, 1, 'Shaman - Earth Shield');
|
||||
|
||||
Reference in New Issue
Block a user