Skip to content

Commit

Permalink
Add Item:RequiresArchaeology()
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Sep 25, 2024
1 parent ac80478 commit 84335bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ItemCache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@ end
function Item:RequiresCooking(...) return self:RequiresSkill(PROFESSIONS_COOKING, ...) end
function Item:RequiresFirstAid(...) return self:RequiresSkill(PROFESSIONS_FIRST_AID, ...) end
function Item:RequiresFishing(...) return self:RequiresSkill(PROFESSIONS_FISHING, ...) end
function Item:RequiresArchaeology(...) return self:RequiresSkill(PROFESSIONS_ARCHAEOLOGY, ...) end

-- these GlobalStrings are not appearing ingame (yet?)

Expand Down

0 comments on commit 84335bc

Please sign in to comment.