View Single Post
  #6  
Old 03-26-2012, 09:06 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 394,771
Hall of Famer is on a distinguished road
Default

umm you should not, there is no need to include an item for a trade. I think there is a flaw in the code, find line 96:

PHP Code:
 if(!empty($itemgiven)){ 
change it to:

PHP Code:
 if($itemgiven != "none"){ 
This should fix your problem. Now I just regret I have not overhaul the trade system... Its weird though, this glitch should exist for the beta version already and no one had pointed it out before? o_o
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote