chore(DB): import pending files

Referenced commit(s): 6b5ad72798
This commit is contained in:
github-actions[bot]
2024-05-12 09:56:32 +00:00
parent daf78423e4
commit bf930bbb07
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2024_05_11_04 -> 2024_05_12_00
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2024_05_12_00 -> 2024_05_12_01
-- Shen'dralar Ancient smart ai
SET @ENTRY := 14358;
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;