edge-blade / Dota-2-AI-Bot-Experiment

My Dota 2 Bot Script
GNU General Public License v3.0
11 stars 0 forks source link

Address Invalid Item Builds to Skip the Invalid Item #22

Open edge-blade opened 2 years ago

edge-blade commented 2 years ago

If we attempt to purchase an item that no longer exists we should check for the invalid status upon purchase and skip that item as an additional clause to avoid major breakage on new DOTA patches.

PURCHASE_ITEM_INVALID_ITEM_NAME

Reference #21