Skip to content

Commit

Permalink
NPCBots: Fix logging in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Apr 30, 2024
1 parent 8352af3 commit 0de11a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/AI/NpcBots/botmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ uint8 BotMgr::GetBotEquipmentClass(uint8 bot_class)
case BOT_CLASS_CRYPT_LORD:
return BOT_CLASS_WARRIOR;
default:
TC_LOG_ERROR("npcbots", "GetPlayerClass: unknown Ex bot class {}!", bot_class);
TC_LOG_ERROR("npcbots", "GetBotEquipmentClass: unknown Ex bot class {}!", bot_class);
return BOT_CLASS_PALADIN;
}
}
Expand Down

0 comments on commit 0de11a5

Please sign in to comment.