Unable to optimize Classic-era and TBC clone of same char

When I try to import my classic-era character it says that I have to use the TBC optimizer. How do I use both? I got it working by changing my name in the AMR text but that’s a bit of a kludge.

I’ve got a less kludgey fix. I modified the add-on to append “-era” to the realm name. It works for import and export.

change AskMrRobotClassic-Serializer/AskMrRobotClassic-Serializer.lua":416 to

ret.Realm = GetRealmName() .. "-era"

Heh nice workaround!

Yeah I guess that I assumed the TBC and classic era servers would have different names, so that there wouldn’t be overlap. But I guess that’s not the case. I’ll give some thought to a more permanent fix for this issue.