diff options
| author | Lopin <davca.hr@seznam.cz> | 2011-05-11 12:28:04 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-05-11 12:28:07 +0300 |
| commit | 877b0a92702b61185a87b6ada0fad1c50e7ec361 (patch) | |
| tree | 2deeca7e6516c2e0130cbda0adc13d52b1758021 /sql/updates | |
| parent | 00cd513722eff69f481262d7afab4bc3599f0ddc (diff) | |
Core/Spells: Fix T8 4P Restoration Set Bonus
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_11_03_spell_bonus_data.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_11_03_spell_bonus_data.sql b/sql/updates/world/2011_05_11_03_spell_bonus_data.sql new file mode 100644 index 00000000000..be207fe8902 --- /dev/null +++ b/sql/updates/world/2011_05_11_03_spell_bonus_data.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=64801; +INSERT INTO `spell_bonus_data` VALUES (64801,0.45,0,0,0,'Druid - T8 Restoration 4P Bonus'); |
