1
Fork 0
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:
Filip Maj 2017-08-26 14:24:39 -04:00
parent 52da0a671f
commit ce2d22d984

View file

@ -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");