aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-10 18:48:33 +0200
committerKillyana <morphone1@gmail.com>2019-04-10 18:48:33 +0200
commit201e0763eb76a894c2131a80cce7bb2711e5a4c1 (patch)
tree1bd7b0115b964c39f2ed5439ec5416c15db7830e /sql
parent1a4aba6c1c2e84638806442b34bea4e477d76b7a (diff)
DB/Creature: Improvements for Zuluhed the Whacked
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_04_10_06_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_10_06_world.sql b/sql/updates/world/3.3.5/2019_04_10_06_world.sql
new file mode 100644
index 00000000000..011651bce2b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_04_10_06_world.sql
@@ -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");