mirror of
https://github.com/OldManAlpha/Puppeteer.git
synced 2025-11-28 23:48:35 +00:00
Don't request Damage-only talents
This commit is contained in:
parent
58fb2aeadc
commit
b0e9d956a2
@ -223,6 +223,10 @@ function AutoRole(unit)
|
||||
end
|
||||
|
||||
function AutoRoleByNameClass(name, class)
|
||||
if not TalentCountRoleMap[class] then
|
||||
SetRoleAndUpdate(name, "Damage")
|
||||
return
|
||||
end
|
||||
PlayerTalentData[name] = {class = class, trees = {}}
|
||||
requestTalents(name)
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user