diff options
author | Killyana <morphone1@gmail.com> | 2017-03-15 19:00:04 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-03-15 19:00:04 +0100 |
commit | f02fc0bee3281aef33b99a6aadcf5f3763d6dbb5 (patch) | |
tree | fce169766268b6cf5fe78fbe9d5acf9913ce9450 | |
parent | bffd48c2f4384c1ed5c27ac53deadf4d2e3e182d (diff) |
DB/Creature: Add cosmetic mount to Stormwind Gryphon Rider
-rw-r--r-- | sql/updates/world/master/2017_03_15_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_15_03_world.sql b/sql/updates/world/master/2017_03_15_03_world.sql new file mode 100644 index 00000000000..491618bfe0b --- /dev/null +++ b/sql/updates/world/master/2017_03_15_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template_addon` SET `mount`=27913 WHERE `entry`=51348; +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=53396; |