diff options
| author | TDB Release <tdb-release@build.bot> | 2019-10-18 08:40:12 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2019-10-18 08:40:12 +0000 |
| commit | 50307d9222596ca81884a35ac5ad95638978fb3f (patch) | |
| tree | 9ed6abde9602d2f739b463e7f3be9209d9c1a25d /sql/updates | |
| parent | 90bb10aa3a490fc701e6f98b32310687af80dea5 (diff) | |
TDB 335.19101 - 2019/10/18TDB335.19101
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/3.3.5/2019_10_18_00_auth.sql (renamed from sql/updates/auth/3.3.5/2019_09_15_00_auth.sql) | 2 | ||||
| -rw-r--r-- | sql/updates/characters/3.3.5/2019_10_18_00_characters.sql (renamed from sql/updates/characters/3.3.5/2019_09_15_00_characters.sql) | 2 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_09_15_00_world.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_09_21_00_world.sql | 14 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_09_26_00_world.sql | 20 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_09_26_01_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_09_26_02_world.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_10_03_00_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2019_10_18_00_world.sql | 3 |
9 files changed, 5 insertions, 50 deletions
diff --git a/sql/updates/auth/3.3.5/2019_09_15_00_auth.sql b/sql/updates/auth/3.3.5/2019_10_18_00_auth.sql index 2bca2a89a56..78f7ecf4167 100644 --- a/sql/updates/auth/3.3.5/2019_09_15_00_auth.sql +++ b/sql/updates/auth/3.3.5/2019_10_18_00_auth.sql @@ -1,2 +1,2 @@ --- TDB 335.19091 auth +-- TDB 335.19101 auth UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/characters/3.3.5/2019_09_15_00_characters.sql b/sql/updates/characters/3.3.5/2019_10_18_00_characters.sql index e01645f91b0..6fa0cc4e878 100644 --- a/sql/updates/characters/3.3.5/2019_09_15_00_characters.sql +++ b/sql/updates/characters/3.3.5/2019_10_18_00_characters.sql @@ -1,2 +1,2 @@ --- TDB 335.19091 characters +-- TDB 335.19101 characters UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/world/3.3.5/2019_09_15_00_world.sql b/sql/updates/world/3.3.5/2019_09_15_00_world.sql deleted file mode 100644 index 6d3536df062..00000000000 --- a/sql/updates/world/3.3.5/2019_09_15_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- TDB 335.19091 world -UPDATE `version` SET `db_version`='TDB 335.19091', `cache_id`=19091 LIMIT 1; -UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/world/3.3.5/2019_09_21_00_world.sql b/sql/updates/world/3.3.5/2019_09_21_00_world.sql deleted file mode 100644 index b121685fb16..00000000000 --- a/sql/updates/world/3.3.5/2019_09_21_00_world.sql +++ /dev/null @@ -1,14 +0,0 @@ --- -DELETE FROM `creature` WHERE `id`= 21925; -DELETE FROM `spawn_group` WHERE `spawnId`=85978 AND `spawnType`=0; - -UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (21925); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (21925) AND `source_type` = 0; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(21925, 0, 0, 1, 54, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Avatar of Sathal - On Just summoned - Say text'), -(21925, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Avatar of Sathal - On Just summoned - Start attack'), -(21925, 0, 2, 0, 0, 0, 100, 0, 2000, 3000, 5000, 8000, 11, 12471, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Avatar of Sathal - IC - Cast Shadow Bolt'); - -DELETE FROM `creature_text` WHERE `CreatureId` IN (21925); -INSERT INTO `creature_text` (`CreatureId`, `GroupId`, `ID`, `Text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextId`) VALUES -(21925, 0, 0, "Feel my wrath, $r scum! You will not get away with this!", 14, 0, 100, 0, 0, 0, 'Avatar of Sathal', 19598); diff --git a/sql/updates/world/3.3.5/2019_09_26_00_world.sql b/sql/updates/world/3.3.5/2019_09_26_00_world.sql deleted file mode 100644 index 40f2fba904b..00000000000 --- a/sql/updates/world/3.3.5/2019_09_26_00_world.sql +++ /dev/null @@ -1,20 +0,0 @@ --- -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├í','á') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├║','ú') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├¡','í') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├│','ó') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├®','é') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├▒','ñ') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├ô','Ó') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├Ü','Ú') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name` = REPLACE(`Name`,'├ü','Á') WHERE (locale='esES' OR locale='esMX'); - -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├í','á') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├║','ú') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├¡','í') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├│','ó') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├®','é') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├▒','ñ') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├ô','Ó') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├Ü','Ú') WHERE (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Description` = REPLACE(`Description`,'├ü','Á') WHERE (locale='esES' OR locale='esMX'); diff --git a/sql/updates/world/3.3.5/2019_09_26_01_world.sql b/sql/updates/world/3.3.5/2019_09_26_01_world.sql deleted file mode 100644 index 5bc13129260..00000000000 --- a/sql/updates/world/3.3.5/2019_09_26_01_world.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -UPDATE `item_template_locale` SET `Name`='Ametrino completo' WHERE `ID`=40159 AND (locale='esES' OR locale='esMX'); -UPDATE `item_template_locale` SET `Name`='Boceto: ametrino completo', `Description`='Te enseña a tallar un ametrino completo.' WHERE `ID`=47023 AND (`locale`='esES' OR `locale`='esMX'); -UPDATE `item_template_locale` SET `Description`='Encaja en una ranura de color amarillo.' WHERE `ID` IN (45882,45987) AND (`locale`='esES' OR `locale`='esMX'); diff --git a/sql/updates/world/3.3.5/2019_09_26_02_world.sql b/sql/updates/world/3.3.5/2019_09_26_02_world.sql deleted file mode 100644 index cdb1e70c23d..00000000000 --- a/sql/updates/world/3.3.5/2019_09_26_02_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (68,1756,1976,3296,14304) AND `source_type`=0 AND `id` = 0; -DELETE FROM `conditions` WHERE `SourceEntry` IN (68,1756,1976,3296,14304) AND `SourceTypeOrReferenceId` = 22; diff --git a/sql/updates/world/3.3.5/2019_10_03_00_world.sql b/sql/updates/world/3.3.5/2019_10_03_00_world.sql deleted file mode 100644 index 105536af24a..00000000000 --- a/sql/updates/world/3.3.5/2019_10_03_00_world.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_forge_of_souls_soul_sickness'; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(69131,'spell_forge_of_souls_soul_sickness'); diff --git a/sql/updates/world/3.3.5/2019_10_18_00_world.sql b/sql/updates/world/3.3.5/2019_10_18_00_world.sql new file mode 100644 index 00000000000..2230240af2b --- /dev/null +++ b/sql/updates/world/3.3.5/2019_10_18_00_world.sql @@ -0,0 +1,3 @@ +-- TDB 335.19101 world +UPDATE `version` SET `db_version`='TDB 335.19101', `cache_id`=19101 LIMIT 1; +UPDATE `updates` SET `state`='ARCHIVED'; |
