Gaming
 

LibramHistory

From WoWWiki

This article is a part of the documentation of the Libram function library

A Libram History is a list of the player's current quest stubs. These stubs follow the format of Sea.wow.questLog.getPlayerQuestTree.

	--	LibramHistory - list of zones
	--	{
	--		["zone name"] - list of quests
	--		{
	--			{
	--				flatid - (string) id when fully expanded
	--				title - (string) quest title
 	--				level - (number) quest level 
	--				tag - (string) Elite or Raid
	--				complete - (boolean) is quest completed
	--			}
	--		}
	--	}
	--