mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_06_16_07 -> 2022_06_18_00
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (6748, 17359);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE ((`entryorguid` = 6748) AND (`source_type` = 0) AND (`id` IN (0, 1))) OR (`entryorguid` = 17359) AND (`source_type` = 0) AND (`id` IN (5, 7, 8, 9));
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2022_06_18_00 -> 2022_06_18_01
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 1701 WHERE `ID` IN (1705, 1708, 1710);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_06_18_01 -> 2022_06_18_02
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=9447 AND `source_type`=0 AND `id`=2;
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2022_06_18_02 -> 2022_06_18_03
|
||||
UPDATE `creature_template` SET `npcflag` = 1, `gossip_menu_id` = '21208', `AIName` = 'SmartAI' WHERE (`entry` = 6669);
|
||||
Reference in New Issue
Block a user