mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Misc: Fix import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- DB/Item: Bryntroll, the Bone Arbiter
|
||||
UPDATE `item_template` SET `spellcooldown_1`=-1 WHERE `entry`=50415;
|
||||
UPDATE `item_template` SET `spellppmRate_1`=2 WHERE `entry` IN (50415,50709);
|
||||
-- UPDATE `item_template` SET `spellcooldown_1`=-1 WHERE `entry`=50415;
|
||||
-- UPDATE `item_template` SET `spellppmRate_1`=2 WHERE `entry` IN (50415,50709);
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (71839,71838);
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
|
||||
(71839,0,0,0,0,'Drain Life'),
|
||||
|
||||
Reference in New Issue
Block a user