This commit is contained in:
Henrique
2011-09-13 18:53:58 -03:00
parent 9aa87da074
commit 35f7b816ee
3 changed files with 2 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
vipWindow = nil
function createVipWindow()
vipWindow = loadUI("/game/ui/viplist.otui", Game.gameUi)
vipWindow = loadUI("/game/ui/vipwindow.otui", Game.gameUi)
end
function Game.onAddVip(id, name, online)