Jump to content
  • 0
Sign in to follow this  
lipitb

Who return a shop vending title?

Question

HI

 

please

 

Who return a shop vending title?

src/map/vending.c

 

if( SQL_ERROR == SQL->Query(mmysql_handle, "INSERT INTO `vending_list` "
"(`char_id`,`shopname`,`item_id`,`amount`,`price`,`timestamp`) "
"VALUES ('%d', '%s', '%d', '%d', '%d', 'CURRENT_TIMESTAMP')",
sd->status.char_id, <RETURN A SHOP TITLE>, sd->status.cart[index], sd->vending.amount, sd->vending.value))
{
Sql_ShowDebug(mmysql_handle);
continue;
}
 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.