diff options
Diffstat (limited to 'sql/old')
8 files changed, 52 insertions, 0 deletions
diff --git a/sql/old/3.3.5a/auth/19091_2019_10_18/2019_09_15_00_auth.sql b/sql/old/3.3.5a/auth/19091_2019_10_18/2019_09_15_00_auth.sql new file mode 100644 index 00000000000..2bca2a89a56 --- /dev/null +++ b/sql/old/3.3.5a/auth/19091_2019_10_18/2019_09_15_00_auth.sql @@ -0,0 +1,2 @@ +-- TDB 335.19091 auth +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/characters/19091_2019_10_18/2019_09_15_00_characters.sql b/sql/old/3.3.5a/characters/19091_2019_10_18/2019_09_15_00_characters.sql new file mode 100644 index 00000000000..e01645f91b0 --- /dev/null +++ b/sql/old/3.3.5a/characters/19091_2019_10_18/2019_09_15_00_characters.sql @@ -0,0 +1,2 @@ +-- TDB 335.19091 characters +UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_15_00_world.sql b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_15_00_world.sql new file mode 100644 index 00000000000..6d3536df062 --- /dev/null +++ b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_15_00_world.sql @@ -0,0 +1,3 @@ +-- 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/old/3.3.5a/world/19091_2019_10_18/2019_09_21_00_world.sql b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_21_00_world.sql new file mode 100644 index 00000000000..b121685fb16 --- /dev/null +++ b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_21_00_world.sql @@ -0,0 +1,14 @@ +-- +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/old/3.3.5a/world/19091_2019_10_18/2019_09_26_00_world.sql b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_26_00_world.sql new file mode 100644 index 00000000000..40f2fba904b --- /dev/null +++ b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_26_00_world.sql @@ -0,0 +1,20 @@ +-- +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/old/3.3.5a/world/19091_2019_10_18/2019_09_26_01_world.sql b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_26_01_world.sql new file mode 100644 index 00000000000..5bc13129260 --- /dev/null +++ b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_26_01_world.sql @@ -0,0 +1,4 @@ +-- +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/old/3.3.5a/world/19091_2019_10_18/2019_09_26_02_world.sql b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_26_02_world.sql new file mode 100644 index 00000000000..cdb1e70c23d --- /dev/null +++ b/sql/old/3.3.5a/world/19091_2019_10_18/2019_09_26_02_world.sql @@ -0,0 +1,3 @@ +-- +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/old/3.3.5a/world/19091_2019_10_18/2019_10_03_00_world.sql b/sql/old/3.3.5a/world/19091_2019_10_18/2019_10_03_00_world.sql new file mode 100644 index 00000000000..105536af24a --- /dev/null +++ b/sql/old/3.3.5a/world/19091_2019_10_18/2019_10_03_00_world.sql @@ -0,0 +1,4 @@ +-- +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'); |