diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_13_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_13_01_world.sql b/sql/updates/world/master/2023_08_13_01_world.sql new file mode 100644 index 00000000000..a5b7373e75c --- /dev/null +++ b/sql/updates/world/master/2023_08_13_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `command` WHERE `name`='debug play objectsound'; +INSERT INTO `command` (`name`, `help`) VALUES +('debug play objectsound', 'Syntax: .debug play objectsound #soundKitId [#broadcastTextId]\nPlay object sound with #soundKitId [and #broadcastTextId].\nSound will be played only for you. Other players will not hear this.'); |
