mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
- Race can return nil
This commit is contained in:
@ -197,7 +197,7 @@ DogTag:AddTag("Unit", "Race", {
|
||||
arg = {
|
||||
'unit', 'string', '@req'
|
||||
},
|
||||
ret = "string",
|
||||
ret = "string;nil",
|
||||
doc = L["Return the race of unit"],
|
||||
example = ('[Race] => %q'):format((UnitRace("player"))),
|
||||
category = L["Characteristics"]
|
||||
|
Reference in New Issue
Block a user