mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
bug report module
* change modules authors and website * avoid anchors recursivity crash * update README
This commit is contained in:
@@ -4,9 +4,6 @@ local questLogButton
|
||||
local questLogWindow
|
||||
local questLineWindow
|
||||
|
||||
-- g_game.requestQuestLog()
|
||||
-- g_game.requestQuestLine(questId)
|
||||
|
||||
local function onGameQuestLog(quests)
|
||||
QuestLog.destroyWindows()
|
||||
|
||||
@@ -84,4 +81,7 @@ function QuestLog.terminate()
|
||||
disconnect(g_game, { onQuestLine= onGameQuestLine })
|
||||
|
||||
QuestLog.destroyWindows()
|
||||
|
||||
questLogButton:destroy()
|
||||
questLogButton = nil
|
||||
end
|
||||
|
Reference in New Issue
Block a user