Code: Select all
doSilence = function (self, t)
if self:getTalentLevel(t) > 4 then
return 1
else
return 0
end
Moderator: Moderator
Code: Select all
doSilence = function (self, t)
if self:getTalentLevel(t) > 4 then
return 1
else
return 0
end