Remove kbase stuff

This commit is contained in:
andrew6180
2025-02-10 14:01:02 -07:00
parent 4639679a24
commit 293e81a89b
-4
View File
@@ -39,10 +39,6 @@ function B:Initialize()
self:RegisterEvent("ADDON_LOADED") self:RegisterEvent("ADDON_LOADED")
self:RegisterEvent("ZONE_CHANGED_NEW_AREA", SetMapToCurrentZone) self:RegisterEvent("ZONE_CHANGED_NEW_AREA", SetMapToCurrentZone)
KBArticle_BeginLoading = E.noop
KBSetup_BeginLoading = E.noop
KnowledgeBaseFrame_OnEvent(nil, "KNOWLEDGE_BASE_SETUP_LOAD_FAILURE")
if GetLocale() == "deDE" then if GetLocale() == "deDE" then
DAY_ONELETTER_ABBR = "%d d" DAY_ONELETTER_ABBR = "%d d"
MINUTE_ONELETTER_ABBR = "%d m" MINUTE_ONELETTER_ABBR = "%d m"