parent
7984a17b24
commit
4eb915401a
3 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue