1
0
Bifurcation 0

One more tweak. I think it'll work out of the box now.

Cette révision appartient à :
Nathanial.C.Jones 2011-07-06 00:05:34 +00:00
Parent e8e5488071
révision f0099639c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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