Increase max mail operations from 12 to 100 (useful for restocking on alts) (#28)
This commit is contained in:
parent
4a03ece3d3
commit
bf6652036b
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ end
|
|||
|
||||
-- registers this module with TSM by first setting all fields and then calling TSMAPI:NewModule().
|
||||
function TSM:RegisterModule()
|
||||
TSM.operations = {maxOperations=12, callbackOptions="Options:Load", callbackInfo="GetOperationInfo"}
|
||||
TSM.operations = {maxOperations=100, callbackOptions="Options:Load", callbackInfo="GetOperationInfo"}
|
||||
TSM.moduleAPIs = {
|
||||
{key="mailItems", callback="AutoMail:SendItems"},
|
||||
}
|
||||
|
|
@ -89,4 +89,4 @@ function TSM:GetOperationInfo(operationName)
|
|||
else
|
||||
return format(L["Mailing all to %s."], operation.target)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue