diff options
| author | Xanadu <none@none> | 2010-10-14 18:35:22 +0200 |
|---|---|---|
| committer | Xanadu <none@none> | 2010-10-14 18:35:22 +0200 |
| commit | a735d84ecf61fbb05da160ce9ce986d84254f282 (patch) | |
| tree | b75db8a0f110724a890ed6f0e5183405d2611437 /sql/updates | |
| parent | 3cc2770261d5b9f1cac4ee7b16055ccc7411ff4d (diff) | |
Script/Spells: - Removed spell difficulty data already present in DBC.
- Added some spell difficulty data for Razorscale and Ignis (thanks to Eclipse).
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10219_world_spelldifficulty_dbc.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/10219_world_spelldifficulty_dbc.sql b/sql/updates/10219_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..004448cb789 --- /dev/null +++ b/sql/updates/10219_world_spelldifficulty_dbc.sql @@ -0,0 +1,13 @@ +-- Delete redundant data first +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (3042,3043,3044,3045,3046,3047,3048,3053,3055,3056,3057,3058,3059,3060,3061,3063,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095); +INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`, `spellid2`, `spellid3`) VALUES +-- Razorscale spells +(3042, 62796, 63815, 0, 0), -- SPELL_FIREBALL_10 / SPELL_FIREBALL_25 +(3043, 64709, 64734, 0, 0), -- SPELL_FLAME_GROUND_10 / SPELL_FLAME_GROUND_25 +(3044, 63317, 64021, 0, 0), -- SPELL_FLAMEBREATH_10 / SPELL_FLAMEBREATH_25 +-- Ignis spells +(3045, 62680, 63472, 0, 0), -- SPELL_FLAME_JETS_10 / SPELL_FLAME_JETS_25 +(3046, 62546, 63474, 0, 0), -- SPELL_SCORCH_10 / SPELL_SCORCH_25 +(3047, 62717, 63477, 0, 0), -- SPELL_SLAG_POT_10 / SPELL_SLAG_POT_25 +(3048, 62836, 63536, 0, 0), -- SPELL_SLAG_IMBUED_10 / SPELL_SLAG_IMBUED_25 +(3053, 62548, 63476, 0, 0); -- SPELL_GROUND_10 / SPELL_GROUND_25 |
