From line 1429 to 1435Post that line from npc.c (1432)
that means map->npc_market_data_db is emptyFrom line 1429 to 1435Post that line from npc.c (1432)
if ( SQL_ERROR == SQL->StmtPrepare(stmt, "SELECT `name`, `itemid`, `amount` FROM `%s`", map->npc_market_data_db) || SQL_ERROR == SQL->StmtExecute(stmt) ) { SqlStmt_ShowDebug(stmt); SQL->StmtFree(stmt); return; }
SqlStmt_ShowDebug(stmt); <<< Line 1432
We use essential cookies to make this site work, and optional cookies to enhance your experience.