Fix crash

This commit is contained in:
Atidot3
2024-07-25 17:56:53 +02:00
parent 710d89af5c
commit 916a0002e8
4 changed files with 13 additions and 10 deletions

View File

@@ -192,7 +192,6 @@ uint32 PlayerbotTextMgr::GetLocalePriority()
topLocale = i;
}
LOG_INFO("playerbots", "GetLocalePriority: {}", topLocale);
return topLocale;
}