diff options
| author | teacher <none@none> | 2010-04-11 15:08:45 +0200 |
|---|---|---|
| committer | teacher <none@none> | 2010-04-11 15:08:45 +0200 |
| commit | d24571f4f79628387fecaa283e63cfa7ed661347 (patch) | |
| tree | 93884c14ec383f8d1163f8fce0c7c8f14c077bb3 /sql/updates | |
| parent | 0f9c36e01e924b43e7f208a2f2e444a2e4875019 (diff) | |
Added missing spelldifficulty_dbc data to world.sql
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3.3.2_old/7823_world_spelldifficulty_dbc.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/3.3.2_old/7823_world_spelldifficulty_dbc.sql b/sql/updates/3.3.2_old/7823_world_spelldifficulty_dbc.sql index 7a7cc1de325..94e4a381272 100644 --- a/sql/updates/3.3.2_old/7823_world_spelldifficulty_dbc.sql +++ b/sql/updates/3.3.2_old/7823_world_spelldifficulty_dbc.sql @@ -1,3 +1,4 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id` BETWEEN 3002 AND 3194; INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`) VALUES (3002, 44189, 46164, 0, 0), -- SPELL_FIREBALL_NORMAL / SPELL_FIREBALL_HEROIC (3003, 44190, 46163, 0, 0), -- SPELL_FLAMESTRIKE1_NORMAL / SPELL_FLAMESTRIKE1_HEROIC |
