LootToChat

LootToChat

259 Downloads

UnitInRaid usage

Road-block opened this issue ยท 1 comments

commented

if UnitInRaid("unit") == nil then

You probably intended something like UnitInRaid("player") as a raid check, "unit" is not a valid unit token.

GetNumGroupMembers()>0 and IsInRaid() is an alternative raid check.

commented

Absolutely right - thanks for spotting and reporting it :)