aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-12-25 17:16:03 +0100
committerOvahlord <dreadkiller@gmx.de>2023-12-25 17:16:03 +0100
commit5c6040feba2babcca919e416caf89b2d83d4b60d (patch)
tree6c20933eb3461ace95f6d9f59988bc65e3db30e7 /sql
parent75300c90b688d8fe225908de63b1f949d4b91fed (diff)
Scripts/Halls of Origination: modernized scripting models to current standard
* dropped a deprecated hack spellscript from Anraphet
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_12_25_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_25_00_world.sql b/sql/updates/world/master/2023_12_25_00_world.sql
new file mode 100644
index 00000000000..83fb83b1fc2
--- /dev/null
+++ b/sql/updates/world/master/2023_12_25_00_world.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_anraphet_omega_stance_spider_effect';