- make IsUnit(other, unit) instead of IsUnit(unit, other)

This commit is contained in:
ckknight
2008-03-23 15:16:17 +00:00
parent 2f322717e7
commit 2b774042b1

View File

@ -544,8 +544,8 @@ DogTag:AddTag("Unit", "InGroup", {
DogTag:AddTag("Unit", "IsUnit", {
code = UnitIsUnit,
arg = {
'unit', 'string', '@req',
'other', 'string', '@req',
'unit', 'string', '@req',
},
ret = "boolean",
events = "UNIT_FACTION#$unit",