AcidWeb/CurseBreaker

Error when attempting to update WeakAuras and Plater

eldir opened this issue · 3 comments

eldir commented

Not sure this is actually caused by CurseBreaker, but when I attempt to update my WAs and Plater scripts I just instantly get an error from CB:

image

It looks like it failing to parse the Plater storage. Can you share yours Plater.lua?

New global SV was introduced to Plater:

PlaterLanguage = {
	["language"] = "enUS",
	["version"] = 1,
}

The relevant commit: Tercioo/Plater-Nameplates@2f08e2c#diff-48a154fc8f826f8efe50265b99457be003947152fe64842055f02e5e56c5db82

That explain the breakage.