From 398904a35b9b89edef61550011bccc4502b359cf Mon Sep 17 00:00:00 2001 From: Poszer <41213210+poszer@users.noreply.github.com> Date: Fri, 16 Nov 2018 00:16:15 +0100 Subject: [PATCH] DB/Strings: Improve permaban string (#1074) Add missing "Reason:" to the string. --- data/sql/updates/pending_db_world/rev_1542225513703028900.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1542225513703028900.sql diff --git a/data/sql/updates/pending_db_world/rev_1542225513703028900.sql b/data/sql/updates/pending_db_world/rev_1542225513703028900.sql new file mode 100644 index 000000000..24a047b13 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1542225513703028900.sql @@ -0,0 +1,3 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1542225513703028900'); +REPLACE INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES (409, '%s is banned permanently. Reason: %s.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +