Start --> Run --> cmd
cd C:\mysql\bin
mysql -u root eq
UPDATE lootdrop_entries SET chance=99 WHERE chance=100;
Exact sequence you need to go through, this should work.
The SELECT count(*) query was just to see how many loot drops had their chance set to 100. Didn't change anything, just told me how many there were (1222

.
Monrezz