diff options
author | Killyana <morphone1@gmail.com> | 2018-09-24 02:28:07 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-09-24 02:28:07 +0200 |
commit | 135aed62a844d1af62fa1034b81173b8c1af811a (patch) | |
tree | 6f6e9fbdd62e5f38b154a052257869ab11b307f8 | |
parent | 67c135a57acc031a7ce428a8a487e4413cc76046 (diff) |
DB/SAI: Fix Jack Adams dance emote triggered on reset and not on respawn
-rw-r--r-- | sql/updates/world/3.3.5/2018_09_23_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_23_10_world.sql b/sql/updates/world/3.3.5/2018_09_23_10_world.sql new file mode 100644 index 00000000000..e79a1056769 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |