diff options
author | Susu <bruant.bastien@gmail.com> | 2013-06-07 20:03:32 +0200 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:41:17 -0400 |
commit | 0ea143ce6224679d084e543e6e7f24983867734b (patch) | |
tree | 446b190a8b187bb8bc6a4baf9e1b67c9b67db4be /src/map/searchstore.c | |
parent | ba8cf0fb01f6cc997ef1424712954ea0d898b009 (diff) | |
download | hercules-0ea143ce6224679d084e543e6e7f24983867734b.tar.gz hercules-0ea143ce6224679d084e543e6e7f24983867734b.tar.bz2 hercules-0ea143ce6224679d084e543e6e7f24983867734b.tar.xz hercules-0ea143ce6224679d084e543e6e7f24983867734b.zip |
Hercules Renewal Phase One : pc, party, map, timer
Added iPc, iParty, iMap, iTimer to HPM exported interfaces
Diffstat (limited to 'src/map/searchstore.c')
-rw-r--r-- | src/map/searchstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/searchstore.c b/src/map/searchstore.c index 7e1ee3e84..3cda77e4a 100644 --- a/src/map/searchstore.c +++ b/src/map/searchstore.c @@ -273,7 +273,7 @@ void searchstore_click(struct map_session_data* sd, int account_id, int store_id return; } - if( ( pl_sd = map_id2sd(account_id) ) == NULL ) {// no longer online + if( ( pl_sd = iMap->id2sd(account_id) ) == NULL ) {// no longer online clif->search_store_info_failed(sd, SSI_FAILED_SSILIST_CLICK_TO_OPEN_STORE); return; } |