diff options
| author | maximius <none@none> | 2009-10-12 19:14:12 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-12 19:14:12 -0700 |
| commit | b8b49cb15abb60c1cdc747150bb597c22673de94 (patch) | |
| tree | 12b4fe6aa4a547567d2896181fedef3237745af0 /sql/updates | |
| parent | 404dacaaa56762d9f0eb005126c35cd39d09e1c4 (diff) | |
*Script for the boss Drakkari Colossus and Drakkari Elemental, by manuel
*Use Kill instead of DealDamage, should fix a crash in boss_svala, thanks Gyullo
*Update Naxxramas Worshippers script, by Destalker
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5864_world_scripts.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/5864_world_scripts.sql b/sql/updates/5864_world_scripts.sql new file mode 100644 index 00000000000..d3a47a31958 --- /dev/null +++ b/sql/updates/5864_world_scripts.sql @@ -0,0 +1,8 @@ + +UPDATE `creature_template` SET `ScriptName`='boss_drakkari_colossus' WHERE `entry`=29307; +UPDATE `creature_template` SET `ScriptName`='boss_drakkari_elemental' WHERE `entry`=29573; +UPDATE `creature_template` SET `ScriptName`='npc_living_mojo' WHERE `entry`=29830; + +DELETE FROM `creature_ai_scripts` WHERE `id` = 1650612; +INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES +(1650612, 16506, 6, 0, 100, 0, 0, 0, 0, 0, 11, 28732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Naxxramas Worshipper - Widow Embrace'); |
