mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
add chat buffer
This commit is contained in:
@@ -40,7 +40,7 @@ function Skills.destroy()
|
||||
end
|
||||
|
||||
-- hooked events
|
||||
function Game.setSkill(id, level, percent)
|
||||
function Game.onSkillUpdate(id, level, percent)
|
||||
local skillPanel = skillWindow:getChildById('skillPanel')
|
||||
|
||||
local levelLabel = skillPanel:getChildById('skillLevelId' .. (id + 1))
|
||||
|
@@ -10,5 +10,3 @@ Module
|
||||
onLoad: |
|
||||
require 'skills'
|
||||
return true
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user