aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2020_07_16_06_world_2017_04_15_01_world.sql4
1 files changed, 4 insertions, 0 deletions
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";