diff options
| author | QAston <qaston@gmail.com> | 2012-01-29 14:00:05 +0100 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2012-01-29 14:00:05 +0100 |
| commit | 1c3064080d69922ffd5f9ea7a87825cc2a0beba6 (patch) | |
| tree | 869620b4e4ea874f5ab6cc95ec5e64120d18d9a3 | |
| parent | 3b80efe204875c54780b08cb2fde89ca8e012e56 (diff) | |
Db/Spells: Correct spell_bonus_data for Empowered Renew - by Wallker, sql formatted by kandera:)
| -rw-r--r-- | sql/updates/world/2012_01_29_01_world_spell_bonus_data.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_29_01_world_spell_bonus_data.sql b/sql/updates/world/2012_01_29_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..d31489b8fce --- /dev/null +++ b/sql/updates/world/2012_01_29_01_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` = 63544; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(63544, -1, -1, 0, 0, 'Priest - Empowered Renew'); |
