diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-05 22:23:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-05 22:26:06 +0300 |
commit | 6b230a4de27de394dd4e28662cd27070ab91c1f1 (patch) | |
tree | 58dba9c128bb7eb480472dd42d5e6b44401b74e3 /src/map/npc.h | |
parent | db82d35cb549aa305df53c4f0cbe5149062161e3 (diff) | |
download | evol-hercules-6b230a4de27de394dd4e28662cd27070ab91c1f1.tar.gz evol-hercules-6b230a4de27de394dd4e28662cd27070ab91c1f1.tar.bz2 evol-hercules-6b230a4de27de394dd4e28662cd27070ab91c1f1.tar.xz evol-hercules-6b230a4de27de394dd4e28662cd27070ab91c1f1.zip |
Replace struct map_session_data to TBL_PC.
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 5e424e9..4f584fe 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -7,7 +7,7 @@ void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char* start, const char* buffer, const char* filepath, int *retval); -int enpc_buysellsel(struct map_session_data* sd, int *id, int *type); +int enpc_buysellsel(TBL_PC* sd, int *id, int *type); bool enpc_db_checkid(int *idPtr); |