diff options
| author | ModoX <moardox@gmail.com> | 2023-08-13 23:59:05 +0200 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2023-08-14 00:00:13 +0200 |
| commit | 95893cf53cdc9ab2ca3ec26cfd85793e63e97317 (patch) | |
| tree | 91294b0823bb476541274d3f01812d29848246e8 /sql/updates | |
| parent | 35e5da37bdbbac355e454c5cbabe5991b7966709 (diff) | |
Scripts/Commands: Implemented .debug play objectsound command
Diffstat (limited to 'sql/updates')
| -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.'); |
