chore(DB): import pending files

Referenced commit(s): 7984a17b24
This commit is contained in:
AzerothCoreBot
2022-12-29 17:37:21 +00:00
parent 7984a17b24
commit 4eb915401a
3 changed files with 3 additions and 0 deletions

View File

@@ -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));

View File

@@ -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));

View File

@@ -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);