[DiscordArchive] Because im stupid so i edited both .conf and .dist file but for future do i just edit .conf ?
[DiscordArchive] Because im stupid so i edited both .conf and .dist file but for future do i just edit .conf ?
Archived author: McRobertx22 • Posted: 2025-07-07T18:22:17.330000+00:00
Original source
wanted to grab the max level from lfg for the current dungeon
Archived author: McRobertx22 • Posted: 2025-07-07T18:48:23.334000+00:00
Original source
i did it
Archived author: McRobertx22 • Posted: 2025-07-07T18:48:36.229000+00:00
Original source
``` for (auto const& dungeon : sLFGDungeonStore) {
if (dungeon->MapID == player->GetMapId()) {
}
}```