diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-06-25 18:08:28 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-06-25 18:08:28 +0200 |
| commit | dc67de6b1b921856e30c53d368a584438d99f677 (patch) | |
| tree | 88394b4979b5665d037db5c938e7cabc21acf461 /sql/updates/world | |
| parent | 848be58d82d5e35612fef17e44f9d41ed448b9cd (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.sql | 1 |
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'); |
