diff options
author | Killyana <morphone1@gmail.com> | 2016-04-17 15:17:20 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-04-17 15:17:20 +0200 |
commit | 960f8c437209b618fe8d470e1dc02a6e046067a4 (patch) | |
tree | 8a4b89943a2643c9c505835e13cfee734b14c1d9 /sql | |
parent | c883938bffd7047513edc6cf9ce02bf0c02ebe4e (diff) |
DB/SAI: Rework Scourge Deathspeaker
Updates #16985
By Kodekc
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/6.x/2016_04_17_02_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_04_17_02_world.sql b/sql/updates/world/6.x/2016_04_17_02_world.sql new file mode 100644 index 00000000000..e63928925df --- /dev/null +++ b/sql/updates/world/6.x/2016_04_17_02_world.sql @@ -0,0 +1,7 @@ +-- +-- Rework Scourge Deathspeaker SAI +DELETE FROM `smart_scripts` WHERE `entryorguid`=27615 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`, `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 +(27615, 0, 0, 0, 1, 0, 100, 0, 1000, 1000, 0, 0, 11, 49119, 2, 0, 0, 0, 0, 10, 101497, 27452, 0, 0, 0, 0, 0, 'Scourge Deathspeaker - Out of Combat - Cast \'Fire Beam\' (Triggered)'), +(27615, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 11, 52281, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Scourge Deathspeaker - On Aggro - Cast \'Flame of the Seer\' (No Repeat)'), +(27615, 0, 2, 0, 0, 0, 100, 0, 1000, 2000, 5000, 6000, 11, 52282, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Scourge Deathspeaker - In Combat - Cast \'Fireball\''); |