Update todo, fix minor error

This commit is contained in:
Eduardo Bart 2012-07-31 02:38:22 -03:00
parent 90312965bc
commit 6ef44d462d
2 changed files with 10 additions and 10 deletions

4
TODO
View File

@ -1,15 +1,13 @@
### Notable missing features
* mount and stop button
* stop button
* character profile
* food time, speed, total capacity, base skills
* spell list
* spell bar
* split chat
* market
* spell delays
* offline training
* purse bag
* mounts drawings
* report name/statements/bot/macros
* ignore list
* light

View File

@ -562,6 +562,7 @@ end
function onGameStart()
-- open last channels
local lastChannelsOpen = g_settings.getNode('lastChannelsOpen')
if lastChannelsOpen then
local savedChannels = lastChannelsOpen[g_game.getLocalPlayer():getName()]
if savedChannels then
for channelName, channelId in pairs(savedChannels) do
@ -573,6 +574,7 @@ function onGameStart()
end
end
end
end
local tab = getTab(tr('Default'))
if tab then