How to make rental item can be sold in npc

bbestkanatip2

New member
Messages
7
Points
0
i want to know how to make a rental item can be sold to npc before it expire does any one know. Please Help Me. Thank You

 
at clif.c find this

  if( sd->status.inventory.expire_time )        continue; // Cannot Sell Rental Items

and put // or removed.
 
Back
Top