chore(DB): import pending files

Referenced commit(s): e08ceb3d8d
This commit is contained in:
AzerothCoreBot
2023-08-06 16:19:51 +00:00
parent e08ceb3d8d
commit 467ee93f5b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_08_06_09 -> 2023_08_06_10
-- Master Woodsman Anderhol smart ai
SET @ENTRY := 27277;
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_08_06_10 -> 2023_08_06_11
UPDATE `creature_template` SET `scriptname` = '' WHERE `entry` = 27326;
DELETE FROM `spell_target_position` WHERE `ID` = 48324 AND `EffectIndex` = 0;