chore(DB): import pending files

Referenced commit(s): 460ead8a47
This commit is contained in:
AzerothCoreBot
2023-04-05 15:12:52 +00:00
parent 460ead8a47
commit 12a47a8aa6
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- DB update 2023_04_04_14 -> 2023_04_05_00
--
-- Removes strange rows from creature_template_spell
DELETE FROM `creature_template_spell` WHERE `CreatureID`=290;

View File

@@ -0,0 +1,6 @@
-- DB update 2023_04_05_00 -> 2023_04_05_01
--
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 22930;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 22930) AND (`source_type` = 0);