French + locale dbc use fix

This commit is contained in:
antony
2024-07-25 13:31:08 +02:00
parent 0112b7d82d
commit 21a6628161
5 changed files with 110 additions and 34 deletions

View File

@@ -191,6 +191,8 @@ uint32 PlayerbotTextMgr::GetLocalePriority()
if (botTextLocalePriority[i] > topLocale)
topLocale = i;
}
LOG_INFO("playerbots", "GetLocalePriority: {}", topLocale);
return topLocale;
}