chore(DB): import pending files

Referenced commit(s): 51d712bee4
This commit is contained in:
AzerothCoreBot
2022-11-12 12:26:51 +00:00
parent 51d712bee4
commit 758ed35db3
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_11_12_10 -> 2022_11_12_11
-- Closes gossip on selecting last option
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 10740;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 10740) AND (`source_type` = 0) AND (`id` IN (0));

View File

@@ -1,3 +1,4 @@
-- DB update 2022_11_12_11 -> 2022_11_12_12
-- Removes Rock Shell ability
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 4661;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 4661) AND (`source_type` = 0);