1
0
Bifurcation 0

Had some conflicts in the tree. Added a comment to locale.lua to test if said tree conflicts are fixed now.

Cette révision appartient à :
Nathanial.C.Jones 2011-07-05 22:45:43 +00:00
Parent cbc1225158
révision 67131c701e
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -1,3 +1,4 @@
-- This is what loads the appropriate locale specific data.
local loaded, reason = LoadAddon("QHData-" .. GetLocale())
assert(loaded == 1, getglobal("ADDON_" .. reason))