Market fixes for creating offers, got Tibia working properly with market, fixes to statistics.

This commit is contained in:
BeniS
2012-07-29 01:41:10 +12:00
parent 497902736c
commit 6c281a828c
8 changed files with 268 additions and 74 deletions

View File

@@ -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)