aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-02-23 23:37:51 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-23 23:44:00 +0100
commit2dfba1f7034c87c638d78195fe826915841a3e14 (patch)
treef8352596668a854d5d356798437527a90e791941
parent231801327885be8a1498f25a89806f5bbfbfb23d (diff)
DB/Commands: Fix typo on chat commands
Closes #23065 by jackpoz (cherry picked from commit 3157a6c6f34df9d20d097f7a61bd1966b0d7d390)
-rw-r--r--sql/updates/world/master/2021_11_23_23_world_2019_02_23_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_23_world_2019_02_23_02_world.sql b/sql/updates/world/master/2021_11_23_23_world_2019_02_23_02_world.sql
new file mode 100644
index 00000000000..bc94cd65b1c
--- /dev/null
+++ b/sql/updates/world/master/2021_11_23_23_world_2019_02_23_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `command` SET `help` = REPLACE(`help`, 'trigered', 'triggered');