forgot a little test

This commit is contained in:
Vlyan
2021-02-02 15:25:48 +01:00
parent 4e629efe12
commit 9f8a24bd68

View File

@@ -69,7 +69,7 @@ export class HelpersL5r5e {
static async getObjectGameOrPack(id, type, pack = null) {
try {
// If no pack passed, but it's a core item, we know the pack to get it
if (!pack) {
if (!pack && id.substr(0, 7) === "L5RCore") {
pack = HelpersL5r5e.getPackNameForCoreItem(id);
}