Fix bug where we cant split item stacks

This commit is contained in:
Ricardo Domingues
2026-01-04 18:31:48 +00:00
parent 65c62e7253
commit fe51503517

View File

@@ -1,7 +1,7 @@
import wndMgr import wndMgr
import ui import ui
import ime import ime
import localeInfo import app
class PickMoneyDialog(ui.ScriptWindow): class PickMoneyDialog(ui.ScriptWindow):
def __init__(self): def __init__(self):