mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 03:18:22 +00:00
Resolve empty trader lists in the bazaar window. This resolves a typo in the GetDistinctTraders routine. (#4862)
This commit is contained in:
@@ -75,7 +75,6 @@ public:
|
|||||||
"JOIN character_data AS c ON t.char_id = c.id "
|
"JOIN character_data AS c ON t.char_id = c.id "
|
||||||
"ORDER BY t.char_zone_instance_id ASC "
|
"ORDER BY t.char_zone_instance_id ASC "
|
||||||
"LIMIT {}",
|
"LIMIT {}",
|
||||||
char_zone_instance_id,
|
|
||||||
max_results)
|
max_results)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user