diff options
author | Killyana <morphone1@gmail.com> | 2017-05-10 02:41:50 +0200 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2020-06-14 22:45:29 +0200 |
commit | 9a6c2a4da24b8c412e964c2777f81ac9d79544d5 (patch) | |
tree | c680e3021dcd1d9db83912bcd56136fecadc3d74 | |
parent | a74d233cccbefe7bee6fe8547ebba6808a2eeb31 (diff) |
DB/Creature: Arcatraz Sentinel
Closes #10647
(cherry picked from commit e036d2232dae839973424707ca7d675fb75af930)
-rw-r--r-- | sql/updates/world/master/2020_06_14_04_world_2017_05_10_00_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_04_world_2017_05_10_00_world.sql b/sql/updates/world/master/2020_06_14_04_world_2017_05_10_00_world.sql new file mode 100644 index 00000000000..57f1bec7778 --- /dev/null +++ b/sql/updates/world/master/2020_06_14_04_world_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, 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, 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, 1, '', 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, 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); |