mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
5
data/sql/updates/db_world/2025_09_05_01.sql
Normal file
5
data/sql/updates/db_world/2025_09_05_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_09_05_00 -> 2025_09_05_01
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 21750 AND `Index` IN (2, 3);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(21750, 2, 37463, 0),
|
||||
(21750, 3, 37469, 0);
|
||||
Reference in New Issue
Block a user