aboutsummaryrefslogtreecommitdiff
path: root/webAO/client
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client')
-rw-r--r--webAO/client/handleCharacterInfo.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/handleCharacterInfo.ts b/webAO/client/handleCharacterInfo.ts
index 86d1a09..cd024b5 100644
--- a/webAO/client/handleCharacterInfo.ts
+++ b/webAO/client/handleCharacterInfo.ts
@@ -6,7 +6,7 @@ import fileExists from "../utils/fileExists";
import { AO_HOST } from "./aoHost";
-const getCharIcon = async (img: HTMLImageElement, charname: string) => {
+export const getCharIcon = async (img: HTMLImageElement, charname: string) => {
const extensions = [".png", ".webp"];
img.alt = charname;
const charIconBaseUrl = `${AO_HOST}characters/${encodeURI(