mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
*Spell_bonus_data for Judgement of Righteousness.
--HG-- branch : trunk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (16857);
|
||||
DELETE FROM `spell_linked_spell` WHERE `entry` IN 60089);
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (60089);
|
||||
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
|
||||
(60089, 0, 0, 0.05, 'Faerie Fire (feral)');
|
||||
|
||||
3
sql/updates/4308_world_TDB.sql
Normal file
3
sql/updates/4308_world_TDB.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_bonus_data` WHERE `entry` IN (20187);
|
||||
INSERT INTO `spell_bonus_data` (entry, direct_bonus, dot_bonus, ap_bonus, comments) VALUES
|
||||
(20187, 0.32, 0, 0.2, 'Judgement of Righteousness');
|
||||
Reference in New Issue
Block a user