- Add some more categories

This commit is contained in:
ckknight
2008-03-23 00:01:25 +00:00
parent 6851ee3217
commit 5aaf8c9e19
9 changed files with 984 additions and 20 deletions

View File

@ -152,6 +152,12 @@ DogTag_Unit.L = {
["Warlock_Tree_1"] = "Affliction",
["Warlock_Tree_2"] = "Demonology",
["Warlock_Tree_3"] = "Destruction",
-- dispel types
["Magic"] = "Magic",
["Curse"] = "Curse",
["Poison"] = "Poison",
["Disease"] = "Disease",
}
for k,v in pairs(DogTag_Unit.L) do
if type(v) ~= "string" then -- some evil addon messed it up