diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index ca15afa2b..09c823815 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2282,8 +2282,8 @@ int do_init_npc(void) } } fclose(fp); - printf("\rLoading NPCs [%d]: %-54s",npc_id-START_NPC_NUM,nsl->name); - fflush(stdout); +// printf("\rLoading NPCs [%d]: %-54s",npc_id-START_NPC_NUM,nsl->name); +// fflush(stdout); } printf("\rNPCs Loaded: %d [Warps:%d Shops:%d Scripts:%d Mobs:%d]\n", npc_id-START_NPC_NUM,npc_warp,npc_shop,npc_script,npc_mob); |