You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.
return status == xi.questStaus.QUEST_COMPLETED
should be:
return status == xi.questStatus.QUEST_COMPLETED
missing the t in status. Line 134.
The text was updated successfully, but these errors were encountered:
I affirm:
return status == xi.questStaus.QUEST_COMPLETED
should be:
return status == xi.questStatus.QUEST_COMPLETED
missing the t in status. Line 134.
The text was updated successfully, but these errors were encountered: