diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4307_world_TDB.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4307_world_TDB.sql b/sql/updates/4307_world_TDB.sql new file mode 100644 index 00000000000..eb99a037823 --- /dev/null +++ b/sql/updates/4307_world_TDB.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (16857); +DELETE FROM `spell_linked_spell` 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)'); |
