fix(DB/Creature): Correct level for Sethekk Spirit for Heroic (#15417)
* Create rev_1679005184533517400.sql * Update rev_1679005184533517400.sql
This commit is contained in:
parent
909b5dec8c
commit
dfb37da2e4
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE (`entry` = 20700);
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE (`entry` = 18703);
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 18703) AND (`source_type` = 0);
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE (`entry` = 20700);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
(20700, 0, 0, 0, 1, 0, 0, '24051');
|
||||
Loading…
Add table
Add a link
Reference in a new issue