mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Bunch of bugfixes and final tweaking to get inventory working.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
public int quantity = 1;
|
||||
public ushort slot;
|
||||
|
||||
public int maxStack = 5;
|
||||
public int maxStack = 99999;
|
||||
|
||||
public bool isUntradeable = false;
|
||||
public byte quality = 1;
|
||||
|
Reference in New Issue
Block a user