chore(DB): import pending files

Referenced commit(s): bdb6ebf1ef
This commit is contained in:
github-actions[bot]
2026-03-22 14:23:04 +00:00
parent bdb6ebf1ef
commit 9e6fcb827f

View File

@@ -0,0 +1,10 @@
-- DB update 2026_03_21_04 -> 2026_03_22_00
--
UPDATE `creature_template` SET `ScriptName` = 'npc_oathbound_warder' WHERE `entry` = 30270;
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 30270;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
(30270, 0, 56491, 0),
(30270, 1, 56425, 0),
(30270, 2, 56451, 0),
(30270, 3, 56506, 0);