Skip to content

Commit

Permalink
fix: guild top not shown
Browse files Browse the repository at this point in the history
- Closes #3
  • Loading branch information
solidmaxtor authored and FrancescoBorzi committed Jun 20, 2019
1 parent b4f2858 commit c11a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.php
Expand Up @@ -28,7 +28,7 @@
$players_group_and_order = "GROUP BY character_guid ORDER BY count(character_guid) DESC";

$limit_guilds = "LIMIT 0,5";
$guilds_group_and_order = "GROUP BY guild.name ORDER BY COUNT(guild.name) DESC";
$guilds_group_and_order = "GROUP BY guild.guildid ORDER BY COUNT(guild.guildid) DESC";

// query conditions

Expand Down

0 comments on commit c11a264

Please sign in to comment.