mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Market fixes for creating offers, got Tibia working properly with market, fixes to statistics.
This commit is contained in:
@@ -31,6 +31,7 @@ function UITable:onDestroy()
|
||||
self.columns = {}
|
||||
self.headerRow = {}
|
||||
self.selectedRow = nil
|
||||
self.dataSpace:destroyChildren()
|
||||
self.dataSpace = nil
|
||||
end
|
||||
|
||||
@@ -69,6 +70,9 @@ function UITable:clearData()
|
||||
return
|
||||
end
|
||||
self.dataSpace:destroyChildren()
|
||||
self.selectedRow = nil
|
||||
self.columns = {}
|
||||
self.rows = {}
|
||||
end
|
||||
|
||||
function UITable:addHeaderRow(data)
|
||||
|
Reference in New Issue
Block a user