diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2014-06-15 17:49:17 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-06-15 17:49:17 +0200 |
| commit | e55835a6a9ae09dd4b65de494cba712c322a2419 (patch) | |
| tree | 4c0989445e1387f04fc8972d4ba7c4d2684d4aab /sql | |
| parent | 7b3141bfde021f09d9d28eda2467262026a30ba1 (diff) | |
Core/Creature: load correct vehicleid of difficulty mode npcs if set otherwise inherit from normal mode entry
Closes #8783
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_06_15_01_world_creature_template.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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) +); |
