mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 0.996 beta, small bug fixes
This commit is contained in:
@@ -334,6 +334,9 @@ end
|
||||
function onVipStateChange(id, state)
|
||||
local vipList = vipWindow:getChildById('contentsPanel')
|
||||
local label = vipList:getChildById('vip' .. id)
|
||||
if not label then
|
||||
return
|
||||
end
|
||||
local name = label:getText()
|
||||
local description = label:getTooltip()
|
||||
local iconId = label.iconId
|
||||
|
Reference in New Issue
Block a user