More inventory fixing after I broke it. Added preliminary final trade code. Moved recalc stats to the end of equipcommand, not on every modification of the referred item package.

This commit is contained in:
Filip Maj
2019-06-04 00:11:36 -04:00
parent 88ff22e55e
commit 69d4b19979
13 changed files with 388 additions and 170 deletions

View File

@@ -982,7 +982,7 @@ namespace FFXIVClassic_Map_Server.Actors
return max;
}
public uint[] GetGearset(ushort classId)
public InventoryItem[] GetGearset(ushort classId)
{
return Database.GetEquipment(this, classId);
}