diff options
| author | Drahy <none@none> | 2009-03-21 22:57:46 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-21 22:57:46 +0100 |
| commit | cda9ce626b35e7b27856b9a8df39aff0aeac8ba5 (patch) | |
| tree | 5eda58e4d4fd22b2e9213c86ec32f014eff62ce5 /sql/updates/2057_world.sql | |
| parent | ecb87676a9021920c4c1aa51c5d06a1221b2a965 (diff) | |
* Added trinity sql coding style.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/2057_world.sql')
| -rw-r--r-- | sql/updates/2057_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/2057_world.sql b/sql/updates/2057_world.sql index 8c7cc4cd3f0..0be46a18121 100644 --- a/sql/updates/2057_world.sql +++ b/sql/updates/2057_world.sql @@ -1,5 +1,5 @@ -delete from spell_bonus_data where entry in (15290, 39373, 33778, 379, 38395, 40972, 22845, 33504, 34299); -insert into spell_bonus_data () VALUES +DELETE FROM `spell_bonus_data` WHERE `entry` IN (15290, 39373, 33778, 379, 38395, 40972, 22845, 33504, 34299); +INSERT INTO `spell_bonus_data` VALUES (15290, 0, 0, 0, 'Vampiric Embrace'), (39373, 0, 0, 0, 'Shadowmend'), (33778, 0, 0, 0, 'Lifebloom'), |
