Skip to content

Commit

Permalink
HPM Hooks Update
Browse files Browse the repository at this point in the history
Signed-off-by: HerculesWSAPI <dev@herc.ws>
  • Loading branch information
HerculesWSAPI committed Feb 10, 2020
1 parent 1000b10 commit 8ec5795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/HPMHooking/HPMHooking_map.Hooks.inc
Expand Up @@ -58192,9 +58192,8 @@ void HP_npc_trader_update(int master) {
return;
}
enum market_buy_result HP_npc_market_buylist(struct map_session_data *sd, struct itemlist *item_list) {
/* Unknown return type 'enum market_buy_result'. Initializing to '0'. */
int hIndex = 0;
enum market_buy_result retVal___ = 0;
enum market_buy_result retVal___ = MARKET_BUY_RESULT_ERROR;
if (HPMHooks.count.HP_npc_market_buylist_pre > 0) {
enum market_buy_result (*preHookFunc) (struct map_session_data **sd, struct itemlist **item_list);
*HPMforce_return = false;
Expand Down

0 comments on commit 8ec5795

Please sign in to comment.