chore(DB): import pending files

Referenced commit(s): a71aaaf4d3
This commit is contained in:
AzerothCoreBot
2023-04-19 16:10:08 +00:00
parent a71aaaf4d3
commit 0c6fda822a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_19_28 -> 2023_04_19_29
-- Bogblossom Bunny SAI (Source: https://www.youtube.com/watch?v=EIFhKHtvOe0)
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 23104;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 23104 AND `source_type` = 0;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_19_29 -> 2023_04_19_30
--
-- Remove erronous pickpocket loot
DELETE FROM `pickpocketing_loot_template` WHERE `Entry`=18204 AND `Item`=24543;