summaryrefslogtreecommitdiff
path: root/src/map/pet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pet.c')
-rw-r--r--src/map/pet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/pet.c b/src/map/pet.c
index 6026b1ebf..878c0aea5 100644
--- a/src/map/pet.c
+++ b/src/map/pet.c
@@ -20,6 +20,7 @@
#include "npc.h"
#include "script.h"
#include "skill.h"
+#include "showmsg.h"
#ifdef MEMWATCH
#include "memwatch.h"
@@ -1622,7 +1623,8 @@ int read_petdb()
j++;
}
fclose(fp);
- printf("read %s done (count=%d)\n",filename[i],j);
+ sprintf(tmp_output,"Done reading '\033[1;29m%d\033[0;0m' pets in '\033[1;29m%s\033[0;0m'.\n",j,filename[i]);
+ ShowStatus(tmp_output);
}
return 0;
}