diff --git a/TodoChecklister.toc b/TodoChecklister.toc index 8532a4a..b1c59a9 100644 --- a/TodoChecklister.toc +++ b/TodoChecklister.toc @@ -2,7 +2,7 @@ ## Title: TodoChecklister ## Author: Matheus Assis Rios (github.com/AssisrMatheus) ## Notes: I have bad memory so I made this. A todolist/checklist AddOn for World of Warcraft. -## Version: 1.1.6 +## Version: 1.1.7 ## DefaultState: enabled ## SavedVariables: TodoChecklisterDB, TodoChecklisterMapIcon diff --git a/chat.lua b/chat.lua index 84c9857..0138e70 100644 --- a/chat.lua +++ b/chat.lua @@ -26,6 +26,7 @@ Chat.commands = { Chat:Print("List of slash commands:") Chat:Print("|cff00cc66/todo tg|r - Toggle todo window"); Chat:Print("|cff00cc66/todo add|r {message} - Adds a message from chat"); + Chat:Print("|cff00cc66/todo reload|r - Reset you window to its original properties(size, position, scale)"); print(" "); end,