mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Improvements for Zuluhed the Whacked
This commit is contained in:
12
sql/updates/world/3.3.5/2019_04_10_06_world.sql
Normal file
12
sql/updates/world/3.3.5/2019_04_10_06_world.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (11980);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1198000) AND `source_type`=9;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (11980) AND `source_type`=0 AND `id`=4;
|
||||
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
|
||||
(1198000, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Add unit flag"),
|
||||
(1198000, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Say text"),
|
||||
(1198000, 9, 2, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Say text"),
|
||||
(1198000, 9, 3, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Say text"),
|
||||
(1198000, 9, 4, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 19, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Remove unit flag"),
|
||||
(1198000, 9, 5, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 80, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - action list - Atack"),
|
||||
(11980, 0, 4, 0, 7, 0, 100, 0, 0, 0, 0, 0, 41, 5000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Zuluhed the Whacked - On evade - Despawn");
|
||||
Reference in New Issue
Block a user