diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-06-01 01:58:32 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-06-01 01:58:32 +0700 |
| commit | e25c73978ae8bab1060de05df7858b6633f2471e (patch) | |
| tree | 0b716ce890b80a072c42fa30845f9e36f9342ccf /sql/updates | |
| parent | 506fedcfea058920f4580a0c77b14e7d7b508b14 (diff) | |
Core/Spells: Drop dead code and fix some SQL updates
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_30_04_world_creature_template_addon.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_31_00_world_spell_script_names.sql | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql b/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql index 1caf62bae15..c0ab35854be 100644 --- a/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql +++ b/sql/updates/world/2011_05_30_04_world_creature_template_addon.sql @@ -1 +1,2 @@ +DELETE FROM `creature_template_addon` WHERE `entry` = 15224; INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (15224, '24777'); diff --git a/sql/updates/world/2011_05_31_00_world_spell_script_names.sql b/sql/updates/world/2011_05_31_00_world_spell_script_names.sql index 4a30f72473f..56ddf324bef 100644 --- a/sql/updates/world/2011_05_31_00_world_spell_script_names.sql +++ b/sql/updates/world/2011_05_31_00_world_spell_script_names.sql @@ -1 +1,2 @@ -INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES ('24778', 'spell_dream_fog_sleep'); +DELETE FROM `spell_script_names` WHERE `spell_id` = 24778; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (24778, 'spell_dream_fog_sleep'); |
