mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
12
data/sql/updates/db_world/2025_04_12_00.sql
Normal file
12
data/sql/updates/db_world/2025_04_12_00.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DB update 2025_04_11_01 -> 2025_04_12_00
|
||||
--
|
||||
UPDATE `creature_template` SET
|
||||
`ScriptName` = 'npc_sunblade_arch_mage',
|
||||
`AIName` = ''
|
||||
WHERE `entry` = 25367;
|
||||
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 25367 AND `Index` IN (0, 1, 2);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(25367, 0, 46553, 0), -- Arcane Explosion
|
||||
(25367, 1, 28401, 0), -- Blink
|
||||
(25367, 2, 46555, 0); -- Frost Nova
|
||||
Reference in New Issue
Block a user