aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-06-25 18:08:28 +0200
committerOvahlord <dreadkiller@gmx.de>2024-06-25 18:08:28 +0200
commitdc67de6b1b921856e30c53d368a584438d99f677 (patch)
tree88394b4979b5665d037db5c938e7cabc21acf461 /sql/updates/world
parent848be58d82d5e35612fef17e44f9d41ed448b9cd (diff)
Core/Items: dropped artifact weapon implementation
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/cata_classic/2024_06_25_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_06_25_00_world.sql b/sql/updates/world/cata_classic/2024_06_25_00_world.sql
new file mode 100644
index 00000000000..fbf021c5614
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_06_25_00_world.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_artifical_stamina', 'spell_item_artifical_damage');