mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 19:57:46 +00:00
Added sellprice assignment to ItemData.cs. Forgot it!
This commit is contained in:
parent
52da0a671f
commit
ce2d22d984
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue