aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-11-08 18:43:47 +0100
committerfunjoker <funjoker109@gmail.com>2021-01-29 19:23:53 +0100
commit96892fcaf0e977966183c6d2f3ae5f3d81b0078b (patch)
tree12fcca94f232002bbd74ad1cd790a823e67a0523
parented496304a0e292f72c69729a241687a1487fb823 (diff)
DB/Creature: Scarlet Captain NPCs should be mounted
Closes #20807 (cherry picked from commit 6c2b6c28a28be555a2b7ec62ff9036f2a1772c53)
-rw-r--r--sql/updates/world/master/2021_01_25_16_world_2017_11_08_10_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_25_16_world_2017_11_08_10_world.sql b/sql/updates/world/master/2021_01_25_16_world_2017_11_08_10_world.sql
new file mode 100644
index 00000000000..b771d1d7127
--- /dev/null
+++ b/sql/updates/world/master/2021_01_25_16_world_2017_11_08_10_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_addon` SET `mount`=2404 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=28611);