diff options
author | shennetsind <ind@henn.et> | 2013-07-01 17:03:58 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-01 17:03:58 -0300 |
commit | 8de3c1118a6a7a235cc7a3e77f24b0c4c5c397ae (patch) | |
tree | 19f4867edc832db018feb79f51f501b3cd970d9b /src/map/searchstore.c | |
parent | c1401ff17207e9c2aac551066f0bd90928dd90bb (diff) | |
download | hercules-8de3c1118a6a7a235cc7a3e77f24b0c4c5c397ae.tar.gz hercules-8de3c1118a6a7a235cc7a3e77f24b0c4c5c397ae.tar.bz2 hercules-8de3c1118a6a7a235cc7a3e77f24b0c4c5c397ae.tar.xz hercules-8de3c1118a6a7a235cc7a3e77f24b0c4c5c397ae.zip |
Fixed Bug #7216
Special Thanks to Shikazu, wouldn't have been able to identify this issue without his help!
http://hercules.ws/board/index.php?app=tracker&showissue=7216
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/searchstore.c')
-rw-r--r-- | src/map/searchstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/searchstore.c b/src/map/searchstore.c index d346a0de6..c7f4f9fed 100644 --- a/src/map/searchstore.c +++ b/src/map/searchstore.c @@ -39,6 +39,7 @@ enum e_searchstore_effecttype { typedef bool (*searchstore_search_t)(struct map_session_data* sd, unsigned short nameid); typedef bool (*searchstore_searchall_t)(struct map_session_data* sd, const struct s_search_store_search* s); +struct searchstore_interface searchstore_s; /// retrieves search function by type static inline searchstore_search_t searchstore_getsearchfunc(unsigned char type) { |