Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitmask -1 all values #2323

Open
Helias opened this issue May 10, 2023 · 1 comment
Open

bitmask -1 all values #2323

Helias opened this issue May 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Helias
Copy link
Member

Helias commented May 10, 2023

it should enable all flags
image

@Helias Helias changed the title bitmask -1 all flags bitmask -1 all values May 10, 2023
@Helias Helias added the bug Something isn't working label May 10, 2023
@pangolp
Copy link
Contributor

pangolp commented Jul 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants