diff options
| author | QAston <none@none> | 2010-08-01 01:54:06 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2010-08-01 01:54:06 +0200 |
| commit | 4f3093f5e5f1132951f1bb89d7a221ca06eef912 (patch) | |
| tree | f5d51d5a4de57e72338ac7b879acbd63a9ca1ebe /sql/updates | |
| parent | 2212eb604d40c38d5390e009b791dd42a4177226 (diff) | |
*Disable spellpower/ap bonus for flametongue - by Visagalis.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9130_world_spell_bonus_data.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9130_world_spell_bonus_data.sql b/sql/updates/9130_world_spell_bonus_data.sql new file mode 100644 index 00000000000..b402b833027 --- /dev/null +++ b/sql/updates/9130_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN(10444); +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(10444, 0, 0, 0, 0, 'Shaman - Flametongue Trigger'); |
