mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
Resolve empty trader lists in the bazaar window. This resolves a typo in the GetDistinctTraders routine. (#4862)
This commit is contained in:
parent
a2b2a6a5cf
commit
617eb4432b
@ -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)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user