mirror of
https://github.com/brues-code/TwitchEmotes.git
synced 2026-09-21 23:26:57 +00:00
4173e827eb
The addon needs the ClassicAPI DLL - without it the inline |T markup the emotes are built from renders as literal text, title included. Move the real load order into TwitchEmotes_ClassicAPI.toc, which the DLL picks up in preference, and leave the base TOC loading nothing but CAPI_Warning.lua: a popup and a chat line pointing at the latest release, with the download URL in a preselected edit box. Its title drops the inline-texture markup for the same reason. Also list CreateFrame among the globals in .luarc.json.
24 lines
314 B
JSON
24 lines
314 B
JSON
{
|
|
"runtime": {
|
|
"version": "Lua 5.1"
|
|
},
|
|
"diagnostics": {
|
|
"disable": ["deprecated"],
|
|
"globals": [
|
|
"this",
|
|
"event",
|
|
"arg",
|
|
"arg1",
|
|
"arg2",
|
|
"arg3",
|
|
"arg4",
|
|
"arg5",
|
|
"arg6",
|
|
"arg7",
|
|
"arg8",
|
|
"arg9",
|
|
"CreateFrame"
|
|
]
|
|
}
|
|
}
|