diff options
| author | click <none@none> | 2010-07-28 19:40:37 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-07-28 19:40:37 +0200 |
| commit | 140bc313d2663fb0e05ad4a81c22b0b13e0bb971 (patch) | |
| tree | 86c7277adcebea392aeb995531a9214472f7b162 /sql/updates | |
| parent | c595eb8ae9c7c272dfc72d688acb0ec8cb5f2de9 (diff) | |
| parent | f7a65d6e83696b5765ad43dde25146ff4f03502c (diff) | |
branchmerge - urgh!
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9063_world_spell_bonus_data.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/9063_world_spell_bonus_data.sql b/sql/updates/9063_world_spell_bonus_data.sql new file mode 100644 index 00000000000..78b87493041 --- /dev/null +++ b/sql/updates/9063_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=33778; +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(33778,0.589714,0,0,0, 'Druid - Lifebloom final heal'); |
