aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-02 03:14:59 +0300
committeroffl <offl@users.noreply.github.com>2020-08-02 03:14:59 +0300
commit312cb4d25484de3dd6ea13ed1e4b7f1b777f6c49 (patch)
tree6f877c10864454fd39b4410d87bf0aabe2fe3664
parent8899e1056cfb6d4d550bee0fecbeac85a1b16e85 (diff)
DB/Creature: Fix Sethekk Spirit's level and add missing emotes to some creatures from Sethekk Halls
Closes #25080
-rw-r--r--sql/updates/world/3.3.5/2020_08_02_02_world_335.sql9
1 files changed, 9 insertions, 0 deletions
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);