mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/SAI): Corrected Sethekk Spirit's level. Added Spirit Burst to… (#15341)
fix(DB/SAI): Corrected Sethekk Spirit's level. Added Spirit Burst to SAI script. Fixes #15175
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry` IN (18703,20700);
|
||||
UPDATE `smart_scripts` SET `action_type`=49, `action_param1`=0, `target_type`=21, `target_param1`=30, `comment`='Sethekk Spirit - On Summon - Attack nearest player' WHERE `entryorguid`=18703 AND `source_type`=0 AND `id`=0;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=18703;
|
||||
INSERT INTO `creature_template_addon` VALUES
|
||||
(18703,0,0,0,1,0,0,'24051');
|
||||
Reference in New Issue
Block a user