Add special slots to getPlayerGear()

This commit is contained in:
Dev 2023-12-15 10:38:32 +00:00
parent ba1bdc9c5f
commit 950d17ef1d

View File

@ -670,6 +670,9 @@ export class InRaidHelper
"pocket2", "pocket2",
"pocket3", "pocket3",
"pocket4", "pocket4",
"SpecialSlot1",
"SpecialSlot2",
"SpecialSlot3",
]; ];
let inventoryItems: Item[] = []; let inventoryItems: Item[] = [];