mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user