diff options
-rw-r--r-- | src/map/unit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 0c6445b..01dedc2 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -155,4 +155,5 @@ int eunit_walktoxy(struct block_list *bl __attribute__ ((unused)), // this reduce CPU usage and allow mobs to walk on each other. if ((*flagPtr)&8) *flagPtr = ((*flagPtr) | 8) ^ 8; + return 1; } |