aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2020_06_14_04_world_2017_05_10_00_world.sql18
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);