diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-09-21 02:37:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-21 02:37:18 +0200 |
| commit | 26c510775c6a1995d81b16ad7459227381801dcc (patch) | |
| tree | 049c60897f65b2ac005cfe03ef4f799d49db136d /sql | |
| parent | e11b466897752eb400428eafd05c7dbf08c562bf (diff) | |
Core/ChatCommands: Add `trinity_string` support for chat command help
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_21_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_21_00_world.sql b/sql/updates/world/3.3.5/2020_09_21_00_world.sql new file mode 100644 index 00000000000..411524cc537 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_21_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name` IN ('achievement','achievement add'); +DELETE FROM `trinity_string` WHERE `entry`=365; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(365, '### USAGE: .achievement add <achievement> +Add an achievement, specified by ID or link, to the targeted player.'); |
