diff options
| author | offl <offl@users.noreply.github.com> | 2020-05-30 21:49:34 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-05-30 21:49:34 +0200 |
| commit | 0eb9b5bfe65961fb2062e71f33e3e0d8931159bb (patch) | |
| tree | 765159271b14897c534543405c972058cfab6273 | |
| parent | b938c26090795e56ba93a2c7167f328c1c33e3f7 (diff) | |
DB/Creature: Add missing emote to Dragonflayer Forge Master in heroic mode
Closes #24719
| -rw-r--r-- | sql/updates/world/3.3.5/2020_05_30_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_30_04_world.sql b/sql/updates/world/3.3.5/2020_05_30_04_world.sql new file mode 100644 index 00000000000..49786bb4e88 --- /dev/null +++ b/sql/updates/world/3.3.5/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,""); |
