diff options
| author | QAston <none@none> | 2009-06-28 14:21:35 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-28 14:21:35 +0200 |
| commit | 3909fb7f83f4c99b375c2a1ad33e75a50638d7e3 (patch) | |
| tree | 313fc34d6f0f378e343f134eb641d6707451073b /sql/updates | |
| parent | 95a755170eac052616b425aab9477e97a913ba7f (diff) | |
*Correct damage of Faerie Fire (feral)
*Trigger passive aura for shadowform.
--HG--
branch : trunk
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)'); |
