From 29db04c3c92c0a6ca5d35d3fcc49d7766e3eddc3 Mon Sep 17 00:00:00 2001 From: treeston Date: Thu, 15 Jun 2017 16:56:15 +0200 Subject: Rename .debug uws to .debug worldstate (clarity change). (cherry picked from commit b59ca1cc81c08bbe043f8974f41fee191e7fd6ad) --- sql/updates/world/master/2020_07_16_06_world_2017_04_15_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2020_07_16_06_world_2017_04_15_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_07_16_06_world_2017_04_15_01_world.sql b/sql/updates/world/master/2020_07_16_06_world_2017_04_15_01_world.sql new file mode 100644 index 00000000000..adf0ef14437 --- /dev/null +++ b/sql/updates/world/master/2020_07_16_06_world_2017_04_15_01_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `command` SET `name`="debug worldstate",`help`="Syntax: debug worldstate $stateId $value + +Sends a world state update for the specified state to your client." WHERE `name`="debug uws"; -- cgit v1.2.3