I've been trying to find the file in the azerothcore SQL database that controls instance max players, but I seem to be unable to locate it. My goal is changing the maximum amount of players allowed in a 5man dungeon to 10man, but MapDifficulty.dbc and Map.dbc appear to not have any specific data, but rather redirect to other files.
Thanks in advance.
Other emulators offer this value in the database
instance_template
table. This table in AC lacks themaxPlayers
value. I've also checked in thedungeon_access_template
which seems like another relevant table, but that only lists level requirements and gear score requirements.I've browsed through some of the source code, and I can't seem to find where this value is coming from either.
I've created an issue on the AzerothCore Github to address this problem.