Again, thanks for the effort put into keeping this up to date, Descentralizado.
I did not spend a lot of time looking through the files yet to figure out why a helper modules/guide in the TBC Preparation collection is seemingly not working when the previous versions (new version changed the names of the guide) worked fine.
The "Total XP Prepared module" prints and error in the chat frame and the guide looks incomplete in `tbc/Custom.lua`:
Quote:
RXPGuides.RegisterGuide([[
#version 1
#tbc
#classic
<< Alliance
#include QuestDB
#group RestedXP TBC Preparation
#name RestedXP Total XP prepared_a
#displayname RestedXP Total XP prepared
#hidewindow
step
#include RestedXP Total XP prepared
]]);
RXPGuides.RegisterGuide([[
#version 1
#tbc
#classic
<< Horde
#include QuestDB
#group RestedXP TBC Preparation
#name RestedXP Total XP prepared_h
#displayname RestedXP Total XP prepared
#hidewindow
step
#include RestedXP Total XP prepared
]]);
|
I deleted the old versions so I can't cross-reference. If you have them handy, I would take a look. Otherwise, do you have some insight into the issue?