Increase max mail operations from 12 to 100 (useful for restocking on alts) (#28)
This commit is contained in:
@@ -59,7 +59,7 @@ end
|
|||||||
|
|
||||||
-- registers this module with TSM by first setting all fields and then calling TSMAPI:NewModule().
|
-- registers this module with TSM by first setting all fields and then calling TSMAPI:NewModule().
|
||||||
function TSM:RegisterModule()
|
function TSM:RegisterModule()
|
||||||
TSM.operations = {maxOperations=12, callbackOptions="Options:Load", callbackInfo="GetOperationInfo"}
|
TSM.operations = {maxOperations=100, callbackOptions="Options:Load", callbackInfo="GetOperationInfo"}
|
||||||
TSM.moduleAPIs = {
|
TSM.moduleAPIs = {
|
||||||
{key="mailItems", callback="AutoMail:SendItems"},
|
{key="mailItems", callback="AutoMail:SendItems"},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user