View Single Post
Old 08-01-2007, 12:52 PM   #9 (permalink)
Lokai
Forum Expert
 
Lokai's Avatar
 
Join Date: Aug 2003
Location: Bergen, NY (Rochester)
Age: 42
Posts: 1,493
Send a message via ICQ to Lokai Send a message via MSN to Lokai Send a message via Yahoo to Lokai
Default

Should be this:

Code:
c.DropItem( new WeaponEnhancementDeed());
You were using this, which is wrong, since the constructor takes no parameters.

Code:
 
c.DropItem( new WeaponEnhancementDeed(1));
Lokai is offline   Reply With Quote