diff options
author | Killyana <morphone1@gmail.com> | 2018-10-13 19:38:21 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-14 21:45:53 +0100 |
commit | 75d47317f4abd8ffd85a5fb3cc2e5691861d4ad5 (patch) | |
tree | 559e2675d55399f50fe6d331d5affee08ea74db2 | |
parent | 2dfd5f65617c675b6c815b0a8efdb49cad5cd28d (diff) |
DB/Creature: Raging Dune Smasher
(cherry picked from commit e65bf0c98685f49e0c13b800741ab6ac182825cd)
-rw-r--r-- | sql/updates/world/master/2021_11_14_15_world_2018_10_13_01_world_335.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_14_15_world_2018_10_13_01_world_335.sql b/sql/updates/world/master/2021_11_14_15_world_2018_10_13_01_world_335.sql new file mode 100644 index 00000000000..352cc0d3e64 --- /dev/null +++ b/sql/updates/world/master/2021_11_14_15_world_2018_10_13_01_world_335.sql @@ -0,0 +1,7 @@ +-- +-- UPDATE `creature` SET `id`=5470 WHERE `guid` IN (23124,23121,23123); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5470; +DELETE FROM `smart_scripts` WHERE `entryorguid`=5470 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`,`event_param5`,`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 +(5470,0,0,0,0,0,100,0,9000,19000,24000,36000,0,11,9791,0,0,0,0,0,2,0,0,0,0,0,0,0,"Raging Dune Smasher - In Combat - Cast Head Crack"); |