Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from holysnipz/master
Browse files Browse the repository at this point in the history
Fix for iToS's hunting ground patch
  • Loading branch information
TehSeph authored Mar 17, 2017
2 parents 6414d8f + 2e1cd90 commit 39852e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--[[ v1.0.1 ]]--
--[[ v1.0.1 iToS's Hunting ground fix ]]--

if _G["ADDONS"] == nil then _G["ADDONS"] = {}; end

Expand Down Expand Up @@ -67,7 +67,7 @@ function COLOREDITEMNAMES.linkItem(invItem)
itemName = itemName .. "(" .. skillClass.Name ..")";
properties = GetSkillItemProperiesString(itemObj);
else
properties = GetModifiedProperiesString(itemObj);
properties = GetModifiedPropertiesString(itemObj);
end

if (properties == "") then properties = 'nullval'; end
Expand Down

0 comments on commit 39852e4

Please sign in to comment.