diff options
| author | Shocker <none@none> | 2010-09-02 15:25:02 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-09-02 15:25:02 +0300 |
| commit | 8331da627d28d4e830c55d70b14c9c05e78fe2d6 (patch) | |
| tree | b4c44e6c67da4150c822851bd2bdfcad8366a2f3 /sql | |
| parent | c8dfbdac35c9f74c7ec72f7a8d42d838b8c691a8 (diff) | |
Some old typo fixes, closes issues #3747, #2756, #2607, thanks 2010phenix/jean-michele.nefen/toshik.777
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3.3.3a_old/8371_world_spell_bonus_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3.3.3a_old/8371_world_spell_bonus_data.sql b/sql/updates/3.3.3a_old/8371_world_spell_bonus_data.sql index 5b72884b34c..6d3fcbdd41f 100644 --- a/sql/updates/3.3.3a_old/8371_world_spell_bonus_data.sql +++ b/sql/updates/3.3.3a_old/8371_world_spell_bonus_data.sql @@ -1,4 +1,4 @@ -DELETE FROM `spell_bonus_data` WHERE `entry` IN (56131,56160,52725,55533); +DELETE FROM `spell_bonus_data` WHERE `entry` IN (56131,56160,52752,55533); INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES (56131, 0, 0, 0, 0, 'Priest - Glyph of Dispel Magic'), (56160, 0, 0, 0, 0, 'Priest - Glyph of Power Word: Shield'), |
