View Single Post
  #6  
Old 02-05-2007, 05:26 AM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

Found another little problem this time with the character inventory page.

Code:
Fatal error: Call to undefined method CItem::printAlaborDesc2() in /var/www/localhost/htdocs/alkabor/invItem.php on line 75
I fixed this by changing line 75 from:

Code:
print $item->printAlaborDesc2($char->level);
To:

Code:
print $item->printAlkaborDesc2($char->level);

Not trying to pick it apart or anything just trying to help. Once again great tool.
__________________
Reply With Quote