Importing tables...
Posted: Thu Jun 19, 2014 12:50 am
Hello guyz.
So after that change when you guys pulled out some tables from DB and turned them in to XMLs...
My buffer wont work any more because he imports from tables,
from com.l2jserver.gameserver.datatables import SkillTable
from com.l2jserver.gameserver.datatables import ItemTable
How do I change the IMPORT method to work with new version?
\ImportError: cannot import name SkillTable
So after that change when you guys pulled out some tables from DB and turned them in to XMLs...
My buffer wont work any more because he imports from tables,
from com.l2jserver.gameserver.datatables import SkillTable
from com.l2jserver.gameserver.datatables import ItemTable
How do I change the IMPORT method to work with new version?
\ImportError: cannot import name SkillTable