chore(DB): import pending files

Referenced commit(s): 3cf170a5ff
This commit is contained in:
AzerothCoreBot
2023-05-14 02:25:20 +00:00
parent 3cf170a5ff
commit 89acad2145
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_13_15 -> 2023_05_14_00
-- 21151 (Borgrim Stouthammer)
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 21151;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_05_14_00 -> 2023_05_14_01
--
UPDATE `creature_template` SET `minlevel`=63, `maxlevel`=63, `AIName`='SmartAI' WHERE `entry`=16383;

View File

@@ -1 +1,2 @@
-- DB update 2023_05_14_01 -> 2023_05_14_02
DELETE FROM `conditions` WHERE `SourceEntry` = 18250 AND `SourceTypeOrReferenceId` = 1 AND `ConditionTypeOrReference` = 2;