Example #1
0
        public bool ExportNpcTab(System.Data.SqlClient.SqlConnection conn, string rootdir)
        {
            MiddleMapNpcExportor npcExportor = new MiddleMapNpcExportor(rootdir, conn);
            npcExportor.Export();

            return true;
        }
Example #2
0
        public bool ExportNpcTab(System.Data.SqlClient.SqlConnection conn, string rootdir)
        {
            MiddleMapNpcExportor npcExportor = new MiddleMapNpcExportor(rootdir, conn);

            npcExportor.Export();

            return(true);
        }