Moved UICreatureButton class to the gamelib directory, minor market fix.

master
BeniS 12 years ago
parent b58f4aa465
commit 3baf2b809d

@ -1062,7 +1062,9 @@ end
-- protocol callback functions
function Market.onMarketEnter(depotItems, offers, balance, vocation)
Market.clearSelectedItem()
updateBalance(balance)
information.totalOffers = offers
local player = g_game.getLocalPlayer()
if player then

@ -19,3 +19,5 @@ Module
dofile 'player'
dofile 'market'
dofile 'thing'
dofiles 'ui'

Loading…
Cancel
Save