diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2020-01-19 17:35:28 +0200 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2020-01-19 16:35:28 +0100 |
| commit | f20b147c71c69f196644ab250e5083e9e20eb6de (patch) | |
| tree | 4d9a0bfc2a5fd650e94642b66521735e81197243 /sql | |
| parent | b9353be0899c456dc21ed7ad10acfe7c9d0371b0 (diff) | |
Scripts/Transitus Shield: Warmages (#24082)
* Scripts/Transitus Shield: Warmage
* Scripts/Transitus Shield: SQL fix
* Scripts/Transitus Shield: improve SQL
* Rename 9999_99_99_99_world.sql to 2020_01_19_01_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_01_19_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_19_01_world.sql b/sql/updates/world/3.3.5/2020_01_19_01_world.sql new file mode 100644 index 00000000000..9a2336b5a4b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_19_01_world.sql @@ -0,0 +1,6 @@ +UPDATE `creature_template` SET `ScriptName`='',`AIName`='SmartAI' WHERE `entry` IN (27306,27906,27173,27904); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (27906,27173,27904) 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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(27906,0,0,0,25,0,100,0,0,0,0,0,0,11,48310,0,0,0,0,0,10,123746,27306,0,0,0,0,0,0,'Warmage Hollister - On Reset - Cast \'Transitus Shield Beam\''), +(27173,0,0,0,25,0,100,0,0,0,0,0,0,11,48310,0,0,0,0,0,10,123745,27306,0,0,0,0,0,0,'Warmage Calandra - On Reset - Cast \'Transitus Shield Beam\''), +(27904,0,0,0,25,0,100,0,0,0,0,0,0,11,48310,0,0,0,0,0,10,123744,27306,0,0,0,0,0,0,'Warmage Watkins - On Reset - Cast \'Transitus Shield Beam\''); |
