UPDATE items SET races = 65535;
I'm on vacation finally, and my first update will be the items.
After next reboot from date/time of this post, all items will be able to be used by all races.
Enjoy!
Hunter
If you were to run this query, it would show items that do not even have races assigned to it as Races: ALL
If you ran this filter, it would omit items that do not even have a race value.
UPDATE items SET races = 65535 where races > '0'