mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
10
data/sql/updates/db_world/2026_03_22_00.sql
Normal file
10
data/sql/updates/db_world/2026_03_22_00.sql
Normal 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);
|
||||
Reference in New Issue
Block a user