mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
5
data/sql/updates/db_world/2023_09_15_02.sql
Normal file
5
data/sql/updates/db_world/2023_09_15_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_09_15_01 -> 2023_09_15_02
|
||||
--
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 21750 AND `Index` = 2;
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(21750, 2, 37469, 0);
|
||||
Reference in New Issue
Block a user