From ed25f1f5f5db1b50b952378fc0fed11243dae891 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Wed, 26 Mar 2025 21:21:54 +0100 Subject: [PATCH] Misc/Fixup * add type guide (300) to js so comments can be linked to guides --- static/js/global.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/global.js b/static/js/global.js index da62434c..ea8dec09 100644 --- a/static/js/global.js +++ b/static/js/global.js @@ -23484,6 +23484,7 @@ var g_types = { 17: 'currency', 19: 'sound', 29: 'icon', + 300: 'guide', 501: 'emote', 502: 'enchantment', 503: 'areatrigger',