From 312cb4d25484de3dd6ea13ed1e4b7f1b777f6c49 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 2 Aug 2020 03:14:59 +0300 Subject: DB/Creature: Fix Sethekk Spirit's level and add missing emotes to some creatures from Sethekk Halls Closes #25080 --- sql/updates/world/3.3.5/2020_08_02_02_world_335.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_02_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_02_02_world_335.sql b/sql/updates/world/3.3.5/2020_08_02_02_world_335.sql new file mode 100644 index 00000000000..ae99c399ce0 --- /dev/null +++ b/sql/updates/world/3.3.5/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); -- cgit v1.2.3