diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-06-28 23:48:59 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-06-28 23:48:59 +0700 |
| commit | c42db7af8ceb6e4c41db22f33f20ee1a650e8668 (patch) | |
| tree | dc73147d43cfe51e034b794fe81777e37f04b607 /sql | |
| parent | 275d2cac64533f2a0f409d30869dd51446ad30ff (diff) | |
Core/Misc: Minor cleanup and code style fixes
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 |
