diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2023-12-25 17:16:03 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2023-12-25 17:16:03 +0100 |
| commit | 5c6040feba2babcca919e416caf89b2d83d4b60d (patch) | |
| tree | 6c20933eb3461ace95f6d9f59988bc65e3db30e7 /sql | |
| parent | 75300c90b688d8fe225908de63b1f949d4b91fed (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.sql | 1 |
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'; |
