- if BuffReminder.db.profile.thrown then
- _, _, _, _, _, _, hasThrownEnchant = GetWeaponEnchantInfo()
- if not hasThrownEnchant then
- local item = GetInventoryItemID("player", GetInventorySlotInfo("RangedSlot"))
- if item then
- _, _, _, _, _, _, subType = GetItemInfo(item)
- if subType == "Thrown" then
- BuffReminder:ShowReminder("Apply Throwing Weapon Poison!")
- return
- end
- end
- end
- end