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,
|
||||
|
@@ -7,18 +7,14 @@ using FFXIVClassic_Map_Server.lua;
|
||||
using FFXIVClassic_Map_Server.packets.send;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||
using FFXIVClassic_Map_Server.packets.send.events;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor.events;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor.inventory;
|
||||
using FFXIVClassic_Map_Server.packets.send.events;
|
||||
using FFXIVClassic_Map_Server.packets.send.player;
|
||||
using FFXIVClassic_Map_Server.utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using MoonSharp.Interpreter;
|
||||
using FFXIVClassic_Map_Server.packets.receive.events;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor.inventory;
|
||||
using FFXIVClassic_Map_Server.actors.group;
|
||||
using FFXIVClassic_Map_Server.packets.send.group;
|
||||
using FFXIVClassic_Map_Server.packets.WorldPackets.Send.Group;
|
||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||
|
||||
|
Reference in New Issue
Block a user