mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Renamed Item dataobject to ItemData. Added guildleve data.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace FFXIVClassic_Map_Server
|
||||
{
|
||||
class CommandProcessor
|
||||
{
|
||||
private static Dictionary<uint, Item> gamedataItems = Server.GetGamedataItems();
|
||||
private static Dictionary<uint, ItemData> gamedataItems = Server.GetGamedataItems();
|
||||
|
||||
const UInt32 ITEM_GIL = 1000001;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user