mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
- Add some more categories
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user