|
bool pc_setcart(struct map_session_data *sd,int type) {
|
|
bool pc_setcart(struct map_session_data *sd,int type) {
|
|
int cart[6] = {0x0000,OPTION_CART1,OPTION_CART2,OPTION_CART3,OPTION_CART4,OPTION_CART5};
|
|
int cart[6] = {0x0000,OPTION_CART1,OPTION_CART2,OPTION_CART3,OPTION_CART4,OPTION_CART5};
|
|
if( pc_checkskill(sd,MC_PUSHCART) <= 0 && type != 0 )
|
|
if( pc_checkskill(sd,MC_PUSHCART) <= 0 && type != 0 )
|