From fe4226018992714fc9dc2cbb791fe1ebae5397dd Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 23 Mar 2017 01:56:00 +0100 Subject: [PATCH] DB/Creature: Lieutenant Sanders idk why this was deleted --- sql/updates/world/4.3.4/2017_03_21_00_world.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_03_21_00_world.sql diff --git a/sql/updates/world/4.3.4/2017_03_21_00_world.sql b/sql/updates/world/4.3.4/2017_03_21_00_world.sql new file mode 100644 index 00000000000..e84efd1745a --- /dev/null +++ b/sql/updates/world/4.3.4/2017_03_21_00_world.sql @@ -0,0 +1,14 @@ +-- +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'); +--