Thread: WOD/Pre-patch
View Single Post
12-14-14, 08:54 AM   #838
ircdirk
A Molten Giant
 
ircdirk's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 823
Originally Posted by nelegalno2 View Post
Seems there is a problem with the Quests91-100.lua file (on character load):


The problem appears in https://github.com/Rythal/Carbonite/...ebc680e59d37ac and I don't see any problem in the code.

If I remove the quests data from the Quests91-100.lua file it load fine, if I replace the Nx.ModQuests data with the one from Quests86-90.lua (about 2.5 times bigger) it loads fine.

I also tried removing the empty Objectives fields but it didn't help:
Code:
		Objectives = {
			[1] = {
			 },
		},

Also clicking on the Weekly Tracker button I get this error:
Thats not from quests files, those files load fine. Using them 3 days no problems. Weird.

Ohhh... i didnt saw this Rythal commit https://github.com/Rythal/Carbonite/...ebc680e59d37ac this might changed something...

Last edited by ircdirk : 12-14-14 at 09:00 AM.