diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 2b3de118f..090a2adc2 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2377,6 +2377,10 @@ int npc_parse_mob(char* w1, char* w2, char* w3, char* w4) return 1; } + //Fix for previously wrong interpretation of the delays + mob.delay2 = mob.delay1; + mob.delay1 = 0; + mob.num = (unsigned short)num; mob.class_ = (short) class_; mob.x = (unsigned short)x; |