mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1 +1,2 @@
|
||||
-- DB update 2022_12_29_06 -> 2022_12_29_07
|
||||
UPDATE `smart_scripts` SET `target_type`=2 WHERE (`entryorguid` = 20713) AND (`source_type` = 0) AND (`id` IN (1));
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_29_07 -> 2022_12_29_08
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17136;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 17136) AND (`source_type` = 0) AND (`id` IN (0, 1));
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2022_12_29_08 -> 2022_12_29_09
|
||||
UPDATE `quest_template` SET `RewardChoiceItemID1` = 25574, `RewardChoiceItemQuantity1` = 1, `RewardChoiceItemID2` = 25575, `RewardChoiceItemQuantity2` = 1, `RewardChoiceItemID3` = 25576, `RewardChoiceItemQuantity3` = 1 WHERE (`ID` = 9866);
|
||||
Reference in New Issue
Block a user