Skip to content

Commit

Permalink
NPCBots: Fix GCC build 1
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Oct 17, 2024
1 parent 509097f commit d29f62c
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 @@ -280,7 +280,7 @@ BotMgr::~BotMgr()

void BotMgr::LoadData()
{
ASSERT(!_data, "Trying to load player {} data a second time", _owner->GetGUID().GetCounter());
ASSERT(!_data, "Trying to load player %u data a second time", _owner->GetGUID().GetCounter());
_data = BotDataMgr::SelectOrCreateNpcBotMgrData(_owner->GetGUID());
}

Expand Down

0 comments on commit d29f62c

Please sign in to comment.