mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-02 13:53:42 +01:00
.
This commit is contained in:
parent
0b22dd9760
commit
6a5242b8ab
6 changed files with 64 additions and 44 deletions
|
|
@ -65,11 +65,8 @@ public class StateEditor
|
|||
}
|
||||
else
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
state.ModelData.LoadNonHuman(modelId, customize, (byte*)equipData);
|
||||
state[ActorState.MetaIndex.ModelId] = source;
|
||||
}
|
||||
state.ModelData.LoadNonHuman(modelId, customize, equipData);
|
||||
state[ActorState.MetaIndex.ModelId] = source;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue