From e55835a6a9ae09dd4b65de494cba712c322a2419 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sun, 15 Jun 2014 17:49:17 +0200 Subject: Core/Creature: load correct vehicleid of difficulty mode npcs if set otherwise inherit from normal mode entry Closes #8783 --- sql/updates/world/2014_06_15_01_world_creature_template.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2014_06_15_01_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_06_15_01_world_creature_template.sql b/sql/updates/world/2014_06_15_01_world_creature_template.sql new file mode 100644 index 00000000000..48358811c94 --- /dev/null +++ b/sql/updates/world/2014_06_15_01_world_creature_template.sql @@ -0,0 +1,7 @@ +-- inherit vehicleid and accessory from normal mode npc +UPDATE `creature_template` SET `VehicleId`=0 WHERE `entry` IN ( +30935, -- Drakkari Rhino (1) +31749, -- Hover Disk (1) +31748, -- Hover Disk (1) +37626 -- Iceborn Proto-Drake (1) +); -- cgit v1.2.3