From 3157a6c6f34df9d20d097f7a61bd1966b0d7d390 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 23 Feb 2019 23:37:51 +0100 Subject: DB/Commands: Fix typo on chat commands Closes #23065 by jackpoz --- sql/updates/world/3.3.5/2019_02_23_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_02_23_02_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3