diff options
author | offl <offl@users.noreply.github.com> | 2020-08-02 03:14:59 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 23:20:28 +0100 |
commit | 9bd570d99fc005494997f9d811bcc45b919423f1 (patch) | |
tree | 38e03ae73f980ac9c4dd874d0dc764858d6828a1 | |
parent | 515a9856da87e44e1761a25d226681fcd7be8911 (diff) |
DB/Creature: Fix Sethekk Spirit's level and add missing emotes to some creatures from Sethekk Halls
Closes #25080
(cherry picked from commit 312cb4d25484de3dd6ea13ed1e4b7f1b777f6c49)
-rw-r--r-- | sql/updates/world/master/2022_01_24_26_world_2020_08_02_02_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_24_26_world_2020_08_02_02_world_335.sql b/sql/updates/world/master/2022_01_24_26_world_2020_08_02_02_world_335.sql new file mode 100644 index 00000000000..6541bfcfbae --- /dev/null +++ b/sql/updates/world/master/2022_01_24_26_world_2020_08_02_02_world_335.sql @@ -0,0 +1,9 @@ +-- Fix Sethekk Spirit's level and add missing emotes to some creatures from Sethekk Halls +-- UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE `entry` = 18703; +-- UPDATE `creature_template` SET `minlevel` = 63, `maxlevel` = 63 WHERE `entry` = 20700; +DELETE FROM `creature_addon` WHERE `guid` IN (83294,83259,14547,14544); +INSERT INTO `creature_addon` (`guid`,`emote`) VALUES +(83294,333), +(83259,333), +(14547,333), +(14544,333); |