muffin v7.38
This commit is contained in:
parent
411c0bbe76
commit
e5b98b3d57
35 changed files with 10700 additions and 7610 deletions
|
|
@ -587,6 +587,11 @@ internal sealed class GameFunctions
|
|||
return ptr->CurrentFate->FateId;
|
||||
}
|
||||
|
||||
public uint GetItemLevel(uint itemId)
|
||||
{
|
||||
return (_dataManager.GetExcelSheet<Item>()?.GetRowOrDefault(itemId))?.LevelItem.RowId ?? 0;
|
||||
}
|
||||
|
||||
private unsafe void ExecuteCommand(string command)
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue