diff options
-rw-r--r-- | sql/updates/4307_world_TDB.sql | 2 | ||||
-rw-r--r-- | sql/updates/4308_world_TDB.sql | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sql/updates/4307_world_TDB.sql b/sql/updates/4307_world_TDB.sql index eb99a037823..93850038a8b 100644 --- a/sql/updates/4307_world_TDB.sql +++ b/sql/updates/4307_world_TDB.sql @@ -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)'); diff --git a/sql/updates/4308_world_TDB.sql b/sql/updates/4308_world_TDB.sql new file mode 100644 index 00000000000..32ba9b5bf61 --- /dev/null +++ b/sql/updates/4308_world_TDB.sql @@ -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'); |