Fix escape
This commit is contained in:
parent
5849d56c0a
commit
0af6eeff0c
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -1739,7 +1739,7 @@
|
|||
"code": 101,
|
||||
"codeStr": "Message",
|
||||
"stringArgs": [
|
||||
"\"The \\\\i[479]\\\\c[5]Instant Pee Drink\\\\c[0] is sold by a\nblack market merchant in front of the tower's east side.\""
|
||||
"\"The \\i[479]\\c[5]Instant Pee Drink\\c[0] is sold by a\nblack market merchant in front of the tower's east side.\""
|
||||
],
|
||||
"index": 103
|
||||
},
|
||||
|
|
@ -14840,7 +14840,7 @@
|
|||
"code": 101,
|
||||
"codeStr": "Message",
|
||||
"stringArgs": [
|
||||
"\"The \\\\i[479]\\\\c[5]Instant Pee Drink\\\\c[0] is sold by the\nblack market merchant in front of the tower's east side\""
|
||||
"\"The \\i[479]\\c[5]Instant Pee Drink\\c[0] is sold by the\nblack market merchant in front of the tower's east side\""
|
||||
],
|
||||
"index": 103
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue