mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
- make IsUnit(other, unit) instead of IsUnit(unit, other)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user