diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2019-02-23 23:37:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-23 23:37:51 +0100 |
| commit | 3157a6c6f34df9d20d097f7a61bd1966b0d7d390 (patch) | |
| tree | d97fc0342590e87e64eec65d46998dca9a23cf09 | |
| parent | f912963b4b625e2859c58ff8ef77abd3d060a11e (diff) | |
DB/Commands: Fix typo on chat commands
Closes #23065 by jackpoz
| -rw-r--r-- | sql/updates/world/3.3.5/2019_02_23_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_02_23_02_world.sql b/sql/updates/world/3.3.5/2019_02_23_02_world.sql new file mode 100644 index 00000000000..bc94cd65b1c --- /dev/null +++ b/sql/updates/world/3.3.5/2019_02_23_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `command` SET `help` = REPLACE(`help`, 'trigered', 'triggered'); |
