View Single Post
05/18/14, 08:21 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Sharlikran
Main File is Cosechador.lua and in it I have a COS = {}.
If I understand correctly, you create global table COS in "Localization/CosechadorLoc.lua" (first file in manifest) and then you overwrite it in "Cosechador.lua". I think that is the reason why COS.allLocalizations does not exist.
Just remove COS = {} from the "Cosechador.lua" and it should work.

Last edited by Garkin : 05/18/14 at 08:24 AM.
  Reply With Quote