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:
@@ -984,7 +984,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
appearanceIds[slot] = 0;
|
||||
else
|
||||
{
|
||||
Item item = Server.GetItemGamedata(invItem.itemId);
|
||||
ItemData item = Server.GetItemGamedata(invItem.itemId);
|
||||
if (item is EquipmentItem)
|
||||
{
|
||||
EquipmentItem eqItem = (EquipmentItem)item;
|
||||
|
Reference in New Issue
Block a user