Files
ets-module-collection/modules/UI/transmog/transmpg.server.ts

10 lines
294 B
TypeScript

let aio: AIO = {};
import { AccountInfo } from "../../classes/account";
function GetTransmogItems(player: Player) {
// SELECT * from acore_characters.custom_unlocked_appearances cua
// join acore_world.item_template it ON (cua.item_template_id = it.entry) where account_id = 252
}