From a38141fd6c3a5cc40732af82edd22605e3f67a71 Mon Sep 17 00:00:00 2001 From: Treeston Date: Fri, 21 Jul 2017 05:22:26 +0200 Subject: Scripts/Auchindoun: Replace the Blackheart the Inciter hack-filled script with a slightly less hack-filled script that actually mostly works. This should at least make the boss encounter possible to complete. No claims to correctness, of course. --- sql/updates/world/3.3.5/2017_07_21_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_07_21_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2017_07_21_00_world.sql b/sql/updates/world/3.3.5/2017_07_21_00_world.sql new file mode 100644 index 00000000000..804c0ba9dcd --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_21_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_script_names` WHERE `scriptname`="spell_blackheart_incite_chaos"; +INSERT INTO `spell_script_names` (`spell_id`,`scriptname`) VALUES (33676,"spell_blackheart_incite_chaos"); -- cgit v1.2.3