diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_06_26_07_world_spell_script_names.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2011_06_27_07_world_achievement_criteria_data.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2011_06_26_07_world_spell_script_names.sql b/sql/updates/world/2011_06_26_07_world_spell_script_names.sql index c392a9f5ada..137a14ee485 100644 --- a/sql/updates/world/2011_06_26_07_world_spell_script_names.sql +++ b/sql/updates/world/2011_06_26_07_world_spell_script_names.sql @@ -1,2 +1,2 @@ DELETE FROM `spell_script_names` WHERE `spell_id`=66218; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (66218,'spell_gen_launch');
\ No newline at end of file +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (66218,'spell_gen_launch'); diff --git a/sql/updates/world/2011_06_27_07_world_achievement_criteria_data.sql b/sql/updates/world/2011_06_27_07_world_achievement_criteria_data.sql index 745bf6a8618..7498bb0b972 100644 --- a/sql/updates/world/2011_06_27_07_world_achievement_criteria_data.sql +++ b/sql/updates/world/2011_06_27_07_world_achievement_criteria_data.sql @@ -1,4 +1,4 @@ -DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7709,7710,7711,7712,7713,7714,7715,7716,7718,7719); +DELETE FROM `disables` WHERE `sourceType`=4 AND `entry` IN (7709,7710,7711,7712,7713,7714,7715,7716,7718,7719); DELETE FROM `achievement_criteria_data` WHERE `criteria_id` IN (7709,7710,7711,7712,7713,7714,7715,7716,7718,7719); INSERT INTO `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) VALUES |
