diff options
author | offl <offl@users.noreply.github.com> | 2020-05-30 21:49:34 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 19:45:55 +0100 |
commit | 1e61acaabc518e490a5872687348f1a1917762e3 (patch) | |
tree | 7a5c50a403c2b1b60b3c5ca1483187f13e54cdb9 /sql | |
parent | 0fec3317fc34e62c8e032b7cd727978c4cc3fdf3 (diff) |
DB/Creature: Add missing emote to Dragonflayer Forge Master in heroic mode
Closes #24719
(cherry picked from commit 0eb9b5bfe65961fb2062e71f33e3e0d8931159bb)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_06_35_world_2020_05_30_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_35_world_2020_05_30_04_world.sql b/sql/updates/world/master/2022_01_06_35_world_2020_05_30_04_world.sql new file mode 100644 index 00000000000..49786bb4e88 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_35_world_2020_05_30_04_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` = 31659; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`visibilityDistanceType`,`auras`) VALUES +(31659,0,0,0,1,416,0,""); |