bugfixes! At least theoretically.

This commit is contained in:
ckknight
2009-05-06 21:05:29 +00:00
parent 113ec630e1
commit cab5743cfd
2 changed files with 3 additions and 1 deletions

View File

@ -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