Skip to content

Commit

Permalink
config: hide festival quests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Feb 14, 2020
1 parent 1147438 commit 99bc38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.lua
Expand Up @@ -12,7 +12,7 @@ pfQuest_defconfig = {
["currentquestgivers"] = "1", -- Show Current Questgiver Nodes
["showlowlevel"] = "0", -- Show Lowlevel Questgiver Nodes
["showhighlevel"] = "1", -- Show Level+3 Questgiver Nodes
["showfestival"] = "1", -- Show Event Questgiver Nodes
["showfestival"] = "0", -- Show Event Questgiver Nodes
["minimapnodes"] = "1", -- Show MiniMap Nodes
["cutoutminimap"] = "1", -- Use Cut-Out Minimap Node Icon
["questlogbuttons"] = "1", -- Show QuestLog Buttons
Expand Down

0 comments on commit 99bc38c

Please sign in to comment.