aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-09-24 02:28:07 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-11 19:42:47 +0100
commit6a7e015c1b3d6b3c2c23e03744c372b837a46bf1 (patch)
treeec4f89350c7a811b59e321b43e7c434cc757b075
parent939746e3040f4490145ce8830828180c1af114b8 (diff)
DB/SAI: Fix Jack Adams dance emote triggered on reset and not on respawn
(cherry picked from commit 135aed62a844d1af62fa1034b81173b8c1af811a)
-rw-r--r--sql/updates/world/master/2021_11_11_07_world_2018_09_23_10_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_07_world_2018_09_23_10_world.sql b/sql/updates/world/master/2021_11_11_07_world_2018_09_23_10_world.sql
new file mode 100644
index 00000000000..e79a1056769
--- /dev/null
+++ b/sql/updates/world/master/2021_11_11_07_world_2018_09_23_10_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `smart_scripts` SET `event_type`=25 WHERE `entryorguid` IN (24788) AND `id`=0 AND `source_type`=0;