aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-06-25 14:45:28 +0200
committerShauren <shauren.trinity@gmail.com>2020-06-25 14:45:28 +0200
commitbbdabd7d776a86dcb25954faf119797d52c2a425 (patch)
tree987b683347212637e8afe74373bb0a82f0ce01d4 /sql/updates
parent9969d6e194a1415494a2384eb3659cd20f8ab9cc (diff)
Core/Players: Remove deprecated skill related config AlwaysMaxWeaponSkill and command .maxskill
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2020_06_25_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_25_00_world.sql b/sql/updates/world/master/2020_06_25_00_world.sql
new file mode 100644
index 00000000000..5423046dc8c
--- /dev/null
+++ b/sql/updates/world/master/2020_06_25_00_world.sql
@@ -0,0 +1 @@
+DELETE FROM `command` WHERE `name`='maxskill';