From a4e609f7624b1997280f64815d63ea3c36e85b10 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Sat, 7 Jun 2025 10:43:25 +0200 Subject: [PATCH] fix(DB/Command): update `wchange` help (#22281) --- .../updates/pending_db_world/rev_1749254753115209766.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1749254753115209766.sql diff --git a/data/sql/updates/pending_db_world/rev_1749254753115209766.sql b/data/sql/updates/pending_db_world/rev_1749254753115209766.sql new file mode 100644 index 000000000..3cf175fea --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1749254753115209766.sql @@ -0,0 +1,7 @@ +-- +UPDATE `command` SET `help`='Syntax: .wchange #weathertype #grade +Set current weather to #weathertype with an intensity of #grade. + +#weathertype can be 0 for fine, 1 for rain, 2 for snow, 3 for storm, 86 for thunders, 90 for blackrain. +#grade is a float value from 0.0 (disabled) to 1.0 (maximum intensity).' +WHERE `name`='wchange';