mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Moved SendItemPackage to character class. Added a flag check after a bazaar purchase is made. Discovered a flag in InventoryBeginChangePacket that either modifies the client package or clears and refills it. Implemented this mode for a bunch of "SendFullInventory" methods.
This commit is contained in:
parent
f5ea82f735
commit
08c5980b22
6 changed files with 24 additions and 25 deletions
|
@ -236,12 +236,9 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
|
||||
public void RefreshPositioning(Character owner, ushort itemPackage, ushort slot)
|
||||
{
|
||||
lock (owner.GetItemPackage(itemPackage))
|
||||
{
|
||||
this.owner = owner;
|
||||
this.itemPackage = itemPackage;
|
||||
this.slot = slot;
|
||||
}
|
||||
this.owner = owner;
|
||||
this.itemPackage = itemPackage;
|
||||
this.slot = slot;
|
||||
}
|
||||
|
||||
public void SetExclusive(bool isExclusive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue