mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-17 04:57:43 +01:00
Add compatible IPC for now.
This commit is contained in:
parent
1aba34f34a
commit
63e82d19dc
9 changed files with 392 additions and 305 deletions
|
|
@ -81,7 +81,7 @@ public static class DesignBase64Migration
|
|||
data.SetItem(EquipSlot.MainHand, main);
|
||||
data.SetStain(EquipSlot.MainHand, cur[0].Stain);
|
||||
var off = items.Identify(EquipSlot.OffHand, cur[1].Set, cur[1].Type, (byte)cur[1].Variant, main.Type);
|
||||
if (!off.Valid)
|
||||
if (main.Type.Offhand() != FullEquipType.Unknown && !off.Valid)
|
||||
throw new Exception($"Base64 string invalid, weapon could not be identified.");
|
||||
|
||||
data.SetItem(EquipSlot.OffHand, off);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue