mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-27 04:19:36 -05:00
Update hard limit of Villager greetings. Closes #375
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user