summaryrefslogtreecommitdiff
path: root/src/map/mob.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r--src/map/mob.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp
index e3bb0d6..8157b3e 100644
--- a/src/map/mob.hpp
+++ b/src/map/mob.hpp
@@ -70,8 +70,6 @@ int mob_once_spawn_area(struct map_session_data *sd, const char *mapname, int x0
int mob_spawn_guardian(struct map_session_data *sd, const char *mapname, // Spawning Guardians [Valaris]
int x, int y, const char *mobname, int class_, int amount, const char *event, int guardian); // Spawning Guardians [Valaris]
-int mob_walktoxy(struct mob_data *md, int x, int y, int easy);
-
int mob_target(struct mob_data *md, struct block_list *bl, int dist);
int mob_stop_walking(struct mob_data *md, int type);
int mob_stopattack(struct mob_data *);