View Single Post
  #3  
Old 05-24-2010, 02:46 PM
fredsbox
Fire Beetle
 
Join Date: May 2010
Posts: 9
Default

I had this same problem. It's a divide by zero issue due to an invalid db loot variable. Run this sql command and you should be golden:

Code:
update lootdrop_entries set chance=1 where chance=0;
Reply With Quote