From 8a1739d15e91753a0c6a7ad6a879da1c7936b2c2 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. (cherry picked from commit a38141fd6c3a5cc40732af82edd22605e3f67a71) --- sql/updates/world/master/2020_08_19_02_world_2017_07_21_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2020_08_19_02_world_2017_07_21_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_08_19_02_world_2017_07_21_00_world.sql b/sql/updates/world/master/2020_08_19_02_world_2017_07_21_00_world.sql new file mode 100644 index 00000000000..804c0ba9dcd --- /dev/null +++ b/sql/updates/world/master/2020_08_19_02_world_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