mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Added sellprice assignment to ItemData.cs. Forgot it!
This commit is contained in:
parent
52da0a671f
commit
ce2d22d984
@ -50,6 +50,8 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
||||
isExclusive = reader.GetBoolean("isExclusive");
|
||||
|
||||
durability = reader.GetInt32("durability");
|
||||
sellPrice = reader.GetInt32("sellPrice");
|
||||
|
||||
icon = reader.GetInt32("icon");
|
||||
kind = reader.GetInt32("kind");
|
||||
rarity = reader.GetInt32("rarity");
|
||||
|
Loading…
Reference in New Issue
Block a user