From bbdabd7d776a86dcb25954faf119797d52c2a425 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 25 Jun 2020 14:45:28 +0200 Subject: Core/Players: Remove deprecated skill related config AlwaysMaxWeaponSkill and command .maxskill --- sql/updates/world/master/2020_06_25_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2020_06_25_00_world.sql (limited to 'sql') 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'; -- cgit v1.2.3