mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Fix typo in imc path.
This commit is contained in:
parent
bfddcdd7e2
commit
c06eb1ad3d
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ public static partial class GamePaths
|
|||
// public static partial Regex Regex();
|
||||
|
||||
public static string Path(SetId demiId, SetId equipId)
|
||||
=> $"chara/demihuman/d{demiId.Value:D4}/obj/equipment/e{equipId.Value:D4}/b{equipId.Value:D4}.imc";
|
||||
=> $"chara/demihuman/d{demiId.Value:D4}/obj/equipment/e{equipId.Value:D4}/e{equipId.Value:D4}.imc";
|
||||
}
|
||||
|
||||
public static partial class Mdl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue