Resolve empty trader lists in the bazaar window. This resolves a typo in the GetDistinctTraders routine. (#4862)

This commit is contained in:
Mitch Freeman 2025-04-28 18:41:45 -03:00 committed by GitHub
parent a2b2a6a5cf
commit 617eb4432b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
);
}