Returns whether a unit has a relic slot instead of a ranged weapon slot
See also Unit functions.
Signature:
hasRelic = UnitHasRelicSlot("unit")
Arguments:
unit- A unit to query (string, unitID)
Returns:
hasRelic- 1 if the unit has a relic slot; otherwise nil (1nil)