Package l2p.gameserver.tables

Examples of l2p.gameserver.tables.HennaTable


        NpcTable.getInstance();
        if (!NpcTable.isInitialized()) {
            _log.severe("Could not find the extraced files. Please Check Your Data.");
            throw new Exception("Could not initialize the npc table");
        }
        HennaTable _hennaTable = HennaTable.getInstance();
        if (!_hennaTable.isInitialized()) {
            throw new Exception("Could not initialize the Henna Table");
        }
        HennaTreeTable.getInstance();
        if (!_hennaTable.isInitialized()) {
            throw new Exception("Could not initialize the Henna Tree Table");
        }
        LevelUpTable.getInstance();
        GeoEngine.loadGeo();
        DoorTable.getInstance();
View Full Code Here

TOP

Related Classes of l2p.gameserver.tables.HennaTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.