Merge branch 'EQEmu:master' into aot/master

This commit is contained in:
Bradford Condon
2025-05-04 18:52:53 -04:00
committed by GitHub
21 changed files with 80 additions and 26 deletions
-1
View File
@@ -75,7 +75,6 @@ public:
"JOIN character_data AS c ON t.char_id = c.id "
"ORDER BY t.char_zone_instance_id ASC "
"LIMIT {}",
char_zone_instance_id,
max_results)
);
}