mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +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
|
||||
|
@@ -1,8 +1,8 @@
|
||||
Module
|
||||
name: game_questlog
|
||||
description: View game quests status
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
Reference in New Issue
Block a user