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:
parent
44912f0e2a
commit
bdb6ebf1ef
2 changed files with 47 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue