fix(Scripts/SunwellPlateau): Add Blink with Nove Arch Mage (#21904)

This commit is contained in:
blinkysc
2025-04-12 10:30:29 -05:00
committed by GitHub
parent 329ba16e8a
commit fef1cc1417
2 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--
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