From f0099639c78cc11d4a836560c1a7ca7cbacd5623 Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Wed, 6 Jul 2011 00:05:34 +0000 Subject: [PATCH] One more tweak. I think it'll work out of the box now. --- QHData-base/locale.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QHData-base/locale.lua b/QHData-base/locale.lua index 00f8312..75c831a 100644 --- a/QHData-base/locale.lua +++ b/QHData-base/locale.lua @@ -1,4 +1,4 @@ -- This is what loads the appropriate locale specific data. -local loaded, reason = LoadAddon("QHData-" .. GetLocale()) +local loaded, reason = LoadAddOn("QHData-" .. GetLocale()) if loaded ~= 1 then error(getglobal("ADDON_" .. reason)) end