Added nil check for itemID #3
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
scrable/TradeSkillMaster_PriceChecker!3
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Querying item (eg. trigger +"ASD") that doesn't exist would return error message for the addon owner:
Message: ...eSkillMaster_PriceChecker\Modules\EventDetection.lua line 34:
Invalid 'itemString' argument type (must be a TSM item string): nil
...
...
Now handles the nil error and returns "No such item {Skull}" for the recipient instead.