[Warnings] Fix warnings

This commit is contained in:
Yunfan Li
2024-06-22 18:47:00 +08:00
parent 5318e4b49d
commit ab9339dffa
4 changed files with 9 additions and 4 deletions

View File

@@ -1285,7 +1285,7 @@ void RandomPlayerbotMgr::PrepareTeleportCache()
"ROUND( position_z / 50), "
"t.entry "
"HAVING "
"count(*) > 10) AS g "
"count(*) > 7) AS g "
"INNER JOIN creature c ON g.guid = c.guid "
"INNER JOIN creature_template t on c.id1 = t.entry "
"ORDER BY "