From f02fc0bee3281aef33b99a6aadcf5f3763d6dbb5 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 15 Mar 2017 19:00:04 +0100 Subject: DB/Creature: Add cosmetic mount to Stormwind Gryphon Rider --- sql/updates/world/master/2017_03_15_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_03_15_03_world.sql (limited to 'sql') 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; -- cgit v1.2.3