summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 969eed2..1304a41 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -3644,6 +3644,7 @@ static int mob_readdb(void)
continue;
for(i=0,p=line;i<55;i++){
+ while (*p == '\t' || *p == ' ') p++;
if((np=strchr(p,','))!=NULL){
str[i]=p;
*np=0;