Keira3
Keira3 copied to clipboard
bitmask -1 all values
it should enable all flags
So -1 and 2047 should return the same result? Because from what I see in the DB, the value is unsigned, I'm surprised that a negative value can be stored. Although it is true, I have seen it on several occasions.
`AllowableRaces` smallint(5) unsigned NOT NULL DEFAULT '0',
Although if it were 0, the default value, it would only select the human.