[DiscordArchive] Anyone know why molten cores player amount reports 20 instead of 40?
[DiscordArchive] Anyone know why molten cores player amount reports 20 instead of 40?
Archived author: Kitzunu • Posted: 2025-10-19T19:44:43.814000+00:00
Original source
by default the table is empty
Archived author: Kitzunu • Posted: 2025-10-19T19:45:00.786000+00:00
Original source
AC only has 2 or 3 dbc tables with values by default if iirc
Archived author: Zerken • Posted: 2025-10-19T19:45:45.974000+00:00
Original source
i have no idea what put these 4 entries in here. this is a fairly fresh world db built recently. I have some modules installed but non have any sql that modify that table?
Archived author: Kitzunu • Posted: 2025-10-19T19:46:01.782000+00:00
Original source
I dont know, maybe some module does
Archived author: Kitzunu • Posted: 2025-10-19T19:47:37.696000+00:00
Original source
I also checked all SQL files in AC. None insert anything to that table
Archived author: Zerken • Posted: 2025-10-19T19:48:03.394000+00:00
Original source
alright then thanks. I will have to dig deeper to see where the hell this came from.
Archived author: Kitzunu • Posted: 2025-10-19T19:48:10.507000+00:00
Original source
tip
Archived author: Kitzunu • Posted: 2025-10-19T19:48:11.434000+00:00
Original source
use grep
Archived author: Zerken • Posted: 2025-10-19T19:48:19.568000+00:00
Original source
true
34, 409, 0, 604800, 20, 'RAID_DIFFICULTY_40PLAYER'), -- MC - Updated to 25 in the 60_2_2 Bracket
39, 469, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'), -- BWL
44, 531, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'); -- AQ40```
Archived author: Zerken • Posted: 2025-10-19T19:50:28.131000+00:00
Original source
```grep -r RAID_DIFFICULTY_40PLAYER azerothcore-wotlk/
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sql
34, 409, 0, 604800, 20, 'RAID_DIFFICULTY_40PLAYER'), -- MC - Updated to 25 in the 60_2_2 Bracket
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sql
39, 469, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'), -- BWL
azerothcore-wotlk/modules/mod-progression-system/src/Bracket_0/sql/world/progression_0_mapdifficulty_dbc.sql
44, 531, 0, 604800, 25, 'RAID_DIFFICULTY_40PLAYER'); -- AQ40```