2bdd1801c9
ProcessQueue() references the global 'profile' at line 366 without declaring it locally, causing 'attempt to index global profile (a nil)' when called from the timer queue. All other functions in this file declare local profile = Questie.db.profile before use.