refactoring

This commit is contained in:
Manuel Simon Hirsig
2016-08-26 07:58:48 +02:00
parent 7cc21640ca
commit 98eaa48480
27 changed files with 86 additions and 73 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
aux 'cache' import 'info'
aux 'cache' local info, persistence = aux.info, aux.persistence
MIN_ITEM_ID = 1
MAX_ITEM_ID = 30000
@@ -16,7 +16,6 @@ _G.aux_merchant_sell = t
_G.aux_characters = t
function LOAD()
import 'persistence' 'info'
scan_wdb()
event_listener('MERCHANT_SHOW', on_merchant_show)