mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
bugfixes! At least theoretically.
This commit is contained in:
@ -152,6 +152,8 @@ DogTag_Unit.L = {
|
||||
["Curse"] = "Curse",
|
||||
["Poison"] = "Poison",
|
||||
["Disease"] = "Disease",
|
||||
|
||||
["Vehicle"] = "Vehicle",
|
||||
}
|
||||
for k,v in pairs(DogTag_Unit.L) do
|
||||
if type(v) ~= "string" then -- some evil addon messed it up
|
||||
|
Reference in New Issue
Block a user