DB/Strings: Improve permaban string (#1074)
Add missing "Reason:" to the string.
This commit is contained in:
parent
4b6342b42f
commit
398904a35b
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue