diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-11-08 18:43:47 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-11-08 18:43:47 +0100 |
| commit | 6c2b6c28a28be555a2b7ec62ff9036f2a1772c53 (patch) | |
| tree | 94ed09c5a7c2cbc2f352217335f8aecd11e73ab7 | |
| parent | 36bc87b15e0b182943622097ea74713d8c03819d (diff) | |
DB/Creature: Scarlet Captain NPCs should be mounted
Closes #20807
| -rw-r--r-- | sql/updates/world/3.3.5/2017_11_08_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_11_08_10_world.sql b/sql/updates/world/3.3.5/2017_11_08_10_world.sql new file mode 100644 index 00000000000..b771d1d7127 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
