- added new slash commando /details reinstall.

- some minor fixes on new tutorials bubles.
This commit is contained in:
terciob19
2014-01-03 12:44:55 -02:00
parent 6394c81b00
commit 2927c55694
7 changed files with 179 additions and 139 deletions
+4
View File
@@ -20,6 +20,9 @@ function SlashCmdList.DETAILS (msg, editbox)
_detalhes:CriarInstancia()
elseif (command == Loc ["STRING_SLASH_WIPECONFIG"]) then
_detalhes:WipeConfig()
elseif (command == Loc ["STRING_SLASH_SHOW"]) then
if (_detalhes.opened_windows == 0) then
@@ -529,6 +532,7 @@ function SlashCmdList.DETAILS (msg, editbox)
print ("|cffffaeae/details " .. Loc ["STRING_SLASH_DISABLE"] .. "|r: " .. Loc ["STRING_SLASH_DISABLE_DESC"])
print ("|cffffaeae/details " .. Loc ["STRING_SLASH_OPTIONS"] .. "|r|cfffcffb0 <instance number>|r: " .. Loc ["STRING_SLASH_OPTIONS_DESC"])
print ("|cffffaeae/details " .. Loc ["STRING_SLASH_CHANGES"] .. "|r: " .. Loc ["STRING_SLASH_CHANGES_DESC"])
print ("|cffffaeae/details " .. Loc ["STRING_SLASH_WIPECONFIG"] .. "|r: " .. Loc ["STRING_SLASH_WIPECONFIG_DESC"])
print ("|cffffaeae/details " .. Loc ["STRING_SLASH_WORLDBOSS"] .. "|r: " .. Loc ["STRING_SLASH_WORLDBOSS_DESC"])
print (" ")