Add fishing rod item use type

This commit is contained in:
Vortrex
2022-07-17 04:24:28 -05:00
parent b1d8beb23b
commit 9be2a7a95b

View File

@@ -85,6 +85,7 @@ const AGRP_ITEM_USE_TYPE_PLANTER = 55; // Plant pot. Can be used to plant it
const AGRP_ITEM_USE_TYPE_FISH = 56; // Fishing catch ... bass, catfish, etc
const AGRP_ITEM_USE_TYPE_JUNK = 57; // Worthless junk. Some used as fishing catches
const AGRP_ITEM_USE_TYPE_BAIT = 58; // Bait. Used for fishing
const AGRP_ITEM_USE_TYPE_FISHINGROD = 59; // Fishing rod. Used for fishing.
// ===========================================================================