diff options
author | Gacko <gacko28@gmx.de> | 2013-01-12 12:40:39 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-01-12 12:40:39 +0100 |
commit | 1d6c6f55c778c0be65cb09cf4b88ae0ef71dee11 (patch) | |
tree | 2acf9d67f6ffe75f876c4984bb7f8921544ce6fe | |
parent | 0b6997b8af2ebd377b418235c62161e93a64ec5c (diff) |
DB/SAI: Hulking Abomination
-rw-r--r-- | sql/updates/world/2013_01_12_01_00_world_smart_scripts.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_12_01_00_world_smart_scripts.sql b/sql/updates/world/2013_01_12_01_00_world_smart_scripts.sql new file mode 100644 index 00000000000..06562cbd122 --- /dev/null +++ b/sql/updates/world/2013_01_12_01_00_world_smart_scripts.sql @@ -0,0 +1,7 @@ +-- Hulking Abomination +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=31140; +DELETE FROM `smart_scripts` WHERE `entryorguid`=31140 AND `source_type`=0; +INSERT INTO `smart_scripts`(`entryorguid`,`id`,`event_type`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`target_type`,`comment`) VALUES +(31140,0,6,0,0,0,0,0,11,58995,2,1,'Hulking Abomination - Just died - Cast Exploding Corpse'), +(31140,1,9,1,8,40,0,0,11,50335,0,7,'Hulking Abomination - Invoker in range of 8 to 40 yards - Cast Scourge Hook'), +(31140,2,0,0,3000,3000,7000,7000,11,40504,0,2,'Hulking Abomination - In combat - Cast Cleave'); |