mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-07 10:14:37 -05:00
Update hard limit of Villager greetings. Closes #375
This commit is contained in:
parent
838073576d
commit
670d568482
|
|
@ -58,7 +58,7 @@ public string NickName
|
|||
public string GetGreeting(in int index)
|
||||
{
|
||||
var offset = GetGreetingOffset(index);
|
||||
return StringUtil.GetString(Data, offset, 10);
|
||||
return StringUtil.GetString(Data, offset, 22); // s_f6bf402b char16[48]. Render limit in-game is 22 char16s
|
||||
}
|
||||
|
||||
private static int GetGreetingOffset(in int index)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user