Skip to content

Commit

Permalink
QuestieRU hotifx
Browse files Browse the repository at this point in the history
  • Loading branch information
KasVital committed Jan 29, 2017
1 parent e596c31 commit c4acf72
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions !QuestieRU/Modules/QuestieNotes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1050,30 +1050,30 @@ end
QuestieIcons = {
["complete"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\complete"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\complete"
},
["available"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\available"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\available"
},
["loot"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\loot"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\loot"
},
["item"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\loot"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\loot"
},
["event"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\event"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\event"
},
["object"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\object"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\object"
},
["slay"] = {
text = "Complete",
path = "Interface\\AddOns\\!Questie\\Icons\\slay"
path = "Interface\\AddOns\\!QuestieRU\\Icons\\slay"
}
}

0 comments on commit c4acf72

Please sign in to comment.