mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_06_00 -> 2022_12_06_01
|
||||
-- Aterac Mountains pooling
|
||||
UPDATE `gameobject` SET `ZoneId`=36 WHERE `guid` IN (3030,3031,3034,3038,3111,3112,3176,3362,3545,3564,3607,3608,3609,3610,3671,3676,3853,3926,3927,3931,4046,4078,4102,4104,4151,4156,4171,4182,4201,4204,4250,4256,4257,4260,4278,4354,4371,4444,4445,4450,4492,4497,4498,29997,32114,32185,32188,32190,32195,32197,32198,32199,32200,32201,32202,32209,32210,32217,32284,32643,32644,33135,33137,33140,33168,33174,33197,33201,33203,33305,33310,35372,35375,35388,35389,35394,35397,35404,63407,64094,65095,65310,86323,86336,86801,86808,86836,87249,64067,8240,35407,8526,32204);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_06_01 -> 2022_12_06_02
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup`=10888 WHERE `id` IN (10888,13430);
|
||||
UPDATE `quest_template_addon` SET `NextQuestID`=13430 WHERE `id` IN (10884,10885,10886);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_06_02 -> 2022_12_06_03
|
||||
-- Fix gossip for trainers
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry` IN (33631, 33636, 33676, 33679, 33680, 33682);
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_06_03 -> 2022_12_06_04
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (37072);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_06_04 -> 2022_12_06_05
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`=9581 AND `TextID`=12932;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_12_06_05 -> 2022_12_06_06
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_type`=2 WHERE (`entryorguid` = 22993) AND (`source_type` = 0) AND (`id` IN (5));
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_06_06 -> 2022_12_06_07
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = 18338;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
Reference in New Issue
Block a user