diff options
| author | Killyana <morphone1@gmail.com> | 2017-05-10 02:41:50 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2017-05-10 02:41:50 +0200 |
| commit | e036d2232dae839973424707ca7d675fb75af930 (patch) | |
| tree | 0b20d3afdafb8d336e5ec0658a79a258e359afc1 /sql | |
| parent | ccf75008deaefe43ab19062afebf9ef546c18cb9 (diff) | |
DB/Creature: Arcatraz Sentinel
Closes #10647
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_05_10_00_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_10_00_world.sql b/sql/updates/world/3.3.5/2017_05_10_00_world.sql new file mode 100644 index 00000000000..e072db590df --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_10_00_world.sql @@ -0,0 +1,18 @@ +-- Arcatraz Sentinel (20869, 21586) +DELETE FROM `creature_template_addon` WHERE entry IN (20869, 21586); +INSERT INTO `creature_template_addon` (entry, path_id, mount, bytes1, bytes2, emote, auras) VALUES +(20869, 0, 0, 0, 1, 0, "31261 36716"), +(21586, 0, 0, 0, 1, 0, "31261 38828"); + +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=20869; +DELETE FROM `smart_scripts` WHERE `entryorguid`=20869 AND `source_type`=0; +INSERT INTO `smart_scripts` VALUES +(20869, 0, 0, 0, 2, 0, 100, 1, 0, 10, 0, 0, 11, 36719, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - Between 0-2% Health - Cast Spell Explode'), +(20869, 0, 1, 0, 6, 0, 100, 1, 0, 0, 0, 0, 11, 37394, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - Death - Cast Serverside - Summon Destroyed Sentinel'), +(20869, 0, 2, 3, 10, 0, 100, 1, 0, 15, 0, 0, 28, 31261, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - ooc los - remove aura'), +(20869, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 50, 0, 0, 0, 0, 0, 0, 'Arcatraz Sentinel - ooc los - Start attack'); + +DELETE FROM `spelldifficulty_dbc` WHERE id IN (36719,36716); +INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`, `spellid1`) VALUES +(36719,36719,38830), +(36716,36716,38828); |
