diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-10-30 01:56:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 01:56:27 +0100 |
commit | cf4fee1f4c19c397e770c49e238c5b3a0fe88ab3 (patch) | |
tree | ca496ef48cecb4a4450ce0386b80af3010be7427 | |
parent | 381ee66c3c5a90f56e1d3ccecc5e4c7fc0030f10 (diff) |
DB/Creature: Grand Expedition Yak
By Krudor, closes #19234
-rw-r--r-- | sql/updates/world/master/2017_10_30_00_world.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_30_00_world.sql b/sql/updates/world/master/2017_10_30_00_world.sql new file mode 100644 index 00000000000..6331c96509b --- /dev/null +++ b/sql/updates/world/master/2017_10_30_00_world.sql @@ -0,0 +1,15 @@ +UPDATE `creature_template` SET `VehicleId`=2273 WHERE `entry`=62809; + +DELETE FROM `creature_template_addon` WHERE `entry` IN (62821,62822); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `auras`) VALUES +(62821, 0, 0, 0, 0, 0, 0, 0, 0, '123236'), +(62822, 0, 0, 0, 0, 0, 0, 0, 0, '123240'); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=62809; +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(62809, 122729, 1, 0); + +DELETE FROM `vehicle_template_accessory` WHERE `entry`=62809; +INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES +(62809, 62821, 0, 1, 'Grand Expedition Yak - Transmogrifier', 6, 30000), +(62809, 62822, 1, 1, 'Grand Expedition Yak - Traveling Trader', 6, 30000); |