[DiscordArchive] Is there a way to scale down the lvl 60 raids to 25 mans on just the database side?
[DiscordArchive] Is there a way to scale down the lvl 60 raids to 25 mans on just the database side?
Archived author: Tereneckla • Posted: 2025-10-08T15:29:32.801000+00:00
Original source
wiki is wrong then, the specMask is handled as a mask in the code
Archived author: Tereneckla • Posted: 2025-10-08T15:30:38.119000+00:00
Original source
example bitwise operation
```c++
if (!(itr->second->specMask & GetActiveSpecMask()))
continue;
```
Archived author: Tereneckla • Posted: 2025-10-08T15:31:49.772000+00:00
Original source
wiki also is(was if pr goes through) wrong on spell_group allowing negative values