mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Removed isExclusive as it is now loaded from gamedata. Cleaned up keys for retainer inventory.
This commit is contained in:
@@ -1227,7 +1227,6 @@ namespace FFXIVClassic_Map_Server
|
||||
itemId,
|
||||
server_items_modifiers.id AS modifierId,
|
||||
quantity,
|
||||
isExclusive,
|
||||
quality,
|
||||
|
||||
durability,
|
||||
@@ -1379,7 +1378,6 @@ namespace FFXIVClassic_Map_Server
|
||||
itemId,
|
||||
server_items_modifiers.id AS modifierId,
|
||||
quantity,
|
||||
isExclusive,
|
||||
quality,
|
||||
|
||||
durability,
|
||||
@@ -1448,7 +1446,6 @@ namespace FFXIVClassic_Map_Server
|
||||
itemId,
|
||||
server_items_modifiers.id AS modifierId,
|
||||
quantity,
|
||||
isExclusive,
|
||||
quality,
|
||||
|
||||
durability,
|
||||
@@ -1548,7 +1545,6 @@ namespace FFXIVClassic_Map_Server
|
||||
itemId,
|
||||
server_items_modifiers.id AS modifierId,
|
||||
quantity,
|
||||
isExclusive,
|
||||
quality,
|
||||
|
||||
durability,
|
||||
|
||||
Reference in New Issue
Block a user