diff options
author | Killyana <morphone1@gmail.com> | 2017-03-21 01:14:47 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-03-21 01:14:47 +0100 |
commit | 481825bd6d3139799cde79e14718d75ec603d728 (patch) | |
tree | 7fdef8b0a354634961de579c61cb6e980e80e8e4 /sql | |
parent | fcb50c5e65faad02806c4fa2d3d346026b509add (diff) |
DB/Creature: Lieutenant Sanders
http://www.wowhead.com/npc=13158/lieutenant-sanders
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2017_03_21_00_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_21_00_world.sql b/sql/updates/world/master/2017_03_21_00_world.sql new file mode 100644 index 00000000000..2917a06d027 --- /dev/null +++ b/sql/updates/world/master/2017_03_21_00_world.sql @@ -0,0 +1,13 @@ +UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=`flags_extra`|128 WHERE `entry` IN (38936,39093); +DELETE FROM `vehicle_template_accessory` WHERE `entry` IN (38936); +INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `seat_id`, `minion`, `description`, `summontype`, `summontimer`) VALUES +(38936,13158,0,0,'lieutenant Sanders', 8, 0); + +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (38936); +INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES +(38936, 46598, 0, 0); +DELETE FROM `creature` WHERE `id`=13158; +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (38936); +DELETE FROM `smart_scripts` WHERE `entryorguid`=38936 AND source_type=0; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(38936,0,0,0,1,0,100,1,0,0,0,0,11,73444,0,0,0,0,0,1,0,0,0,0,0,0,0,'lieutenant Sanders noose - Ooc no repeat - cast Sanders Foot Noose'); |