fix(Scripts/Stormpeaks): Add Oathbound Warder pet abilities (#24062)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-03-22 09:21:58 -05:00 committed by GitHub
parent 44912f0e2a
commit bdb6ebf1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,9 @@
--
UPDATE `creature_template` SET `ScriptName` = 'npc_oathbound_warder' WHERE `entry` = 30270;
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 30270;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
(30270, 0, 56491, 0),
(30270, 1, 56425, 0),
(30270, 2, 56451, 0),
(30270, 3, 56506, 0);