From 3909fb7f83f4c99b375c2a1ad33e75a50638d7e3 Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 28 Jun 2009 14:21:35 +0200 Subject: *Correct damage of Faerie Fire (feral) *Trigger passive aura for shadowform. --HG-- branch : trunk --- sql/updates/4307_world_TDB.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/4307_world_TDB.sql (limited to 'sql/updates') 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)'); -- cgit v1.2.3