Explorar el Código

- Fixed BugReport 1608. I forgot to merge npc.h sorry.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12755 54d463be-8e91-2dee-dedb-b68131a5f0ec
zephyrus hace 17 años
padre
commit
41ee2c000b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/map/npc.h

+ 1 - 1
src/map/npc.h

@@ -100,7 +100,7 @@ int npc_chat_sub(struct block_list* bl, va_list ap);
 int npc_event_dequeue(struct map_session_data* sd);
 int npc_event(struct map_session_data* sd, const char* eventname, int mob_kill);
 int npc_touch_areanpc(struct map_session_data* sd, int m, int x, int y);
-int npc_touch_areanpc2(struct block_list* bl); // [Skotlex]
+int npc_touch_areanpc2(struct mob_data *md); // [Skotlex]
 int npc_check_areanpc(int flag, int m, int x, int y, int range);
 int npc_click(struct map_session_data* sd, struct npc_data* nd);
 int npc_scriptcont(struct map_session_data* sd, int id);