diff options
author | Killyana <morphone1@gmail.com> | 2016-04-29 02:44:55 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-29 02:44:55 +0200 |
commit | 17e661fd2d7066ce8dba4b5d7adcfa51750f3e04 (patch) | |
tree | 58e0f2d226e480d87a50a2d1b60b99fc9e48dc21 | |
parent | b3a26fc485ae4a493780ee92b3f4921a3a0e8bfa (diff) |
DB/Creature: Add accessory to Frigid Proto-Drake
-rw-r--r-- | sql/updates/world/3.3.5/2016_04_29_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_04_29_01_world.sql b/sql/updates/world/3.3.5/2016_04_29_01_world.sql new file mode 100644 index 00000000000..c5b0311e1bc --- /dev/null +++ b/sql/updates/world/3.3.5/2016_04_29_01_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `vehicle_template_accessory` WHERE `entry`=29460; +INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES +(29460, 29458, 0, 1, "Brunnhildar Drakerider", 8, 0); + +UPDATE `npc_spellclick_spells` SET `spell_id`=46598 WHERE `npc_entry`=29460; |