diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-07 19:18:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-07 19:18:06 +0300 |
commit | 51e1c8fd61d0e8270c7502095c73cf58f8beac62 (patch) | |
tree | 5dd4ea8d0f7360660552fe42e49bfe3488fd0233 /src/emap/npc.h | |
parent | 1e553c3f7a8d444983ee25c0cefbcb4e00a54305 (diff) | |
download | plugin-51e1c8fd61d0e8270c7502095c73cf58f8beac62.tar.gz plugin-51e1c8fd61d0e8270c7502095c73cf58f8beac62.tar.bz2 plugin-51e1c8fd61d0e8270c7502095c73cf58f8beac62.tar.xz plugin-51e1c8fd61d0e8270c7502095c73cf58f8beac62.zip |
Update from new hercules.s20171129
Removed npc vd recreation because it already fixed in hercules.
Diffstat (limited to 'src/emap/npc.h')
-rw-r--r-- | src/emap/npc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emap/npc.h b/src/emap/npc.h index 35d23de..ea6c77f 100644 --- a/src/emap/npc.h +++ b/src/emap/npc.h @@ -34,7 +34,4 @@ int enpc_get_var_num(const TBL_NPC *const npc, int enpc_unload_pre(struct npc_data** ndPtr, bool *singlePtr); -struct view_data *enpc_get_viewdata_post(struct view_data *retVal, - int class_); - #endif // EVOL_MAP_NPC |