aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2017-07-21 05:22:26 +0200
committerTreeston <treeston.mmoc@gmail.com>2017-07-21 05:22:26 +0200
commita38141fd6c3a5cc40732af82edd22605e3f67a71 (patch)
treed72268ab58e465b607c28c9226a5be3131736a31 /sql/updates
parent49aa8a2e59b8873da109638cd7dbe24ef359f0ce (diff)
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.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2017_07_21_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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");