mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
10 lines
294 B
TypeScript
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
|
|
|
|
} |