mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
6
data/sql/updates/db_world/2025_11_15_02.sql
Normal file
6
data/sql/updates/db_world/2025_11_15_02.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2025_11_15_01 -> 2025_11_15_02
|
||||
--
|
||||
DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 35415);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(35415, 0, 68068, 0),
|
||||
(35415, 1, 67442, 0);
|
||||
Reference in New Issue
Block a user