mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_15_00 -> 2023_01_16_00
|
||||
DELETE FROM `quest_request_items_locale` WHERE `ID` IN (6387, 6391) AND `locale` = 'deDE';
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(6387, 'deDE', 'Habt Ihr schon so bald die Nase voll von Thelsamar? Seid Ihr bereit, in eine andere Stadt abzureisen?', 0),
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_00 -> 2023_01_16_01
|
||||
-- Delete old creatures
|
||||
DELETE FROM `creature` WHERE `map`=556;
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (83246,83247,83248,83249,83250,83251,83252,83253,83254,83255,83256,83257,83258,83260,83261,83262,83263,83264,83265,83266,83267,83283,83287,132569);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_01 -> 2023_01_16_02
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=17723 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=17734 AND `source_type`=0 AND `id`=1;
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_01_16_02 -> 2023_01_16_03
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=74, `event_flags`=`event_flags`&~1, `event_param3`=2500, `event_param4`=2500, `event_param5`=40 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (2,3);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_01_16_03 -> 2023_01_16_04
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_type`=5 WHERE `entryorguid`=17871 AND `source_type`=0 AND `id` IN (0,1);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_04 -> 2023_01_16_05
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=17395 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `event_type`=0, `event_param1`=500, `event_param2`=500 WHERE `entryorguid`=17395 AND `source_type`=0 AND `id` IN (0,1);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_05 -> 2023_01_16_06
|
||||
-- Delete useless spawn
|
||||
DELETE FROM `creature` WHERE `id1` = 3695 AND `guid` = 37101;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=37101;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_06 -> 2023_01_16_07
|
||||
--
|
||||
-- Mok'rash respawn timer 3hr
|
||||
UPDATE `creature` SET `spawntimesecs`=10800 WHERE `guid`=1672;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_07 -> 2023_01_16_08
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param1`=12100, `event_param2`=15300, `event_param3`=13300, `event_param4`=18200, `action_param2`=0 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `event_param1`=0, `event_param2`=0, `event_param3`=2300, `event_param4`=5000, `action_param2`=64 WHERE `entryorguid`=17270 AND `source_type`=0 AND `id`=2;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_01_16_08 -> 2023_01_16_09
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=19779 AND `source_type`=0;
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
Reference in New Issue
Block a user