Skip to content

Commit

Permalink
Update AuctionHouseBotConfig.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Aug 31, 2024
1 parent 450239c commit cb89a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuctionHouseBotConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2504,7 +2504,7 @@ void AHBConfig::InitializeBins()
continue;
}

if (itr->second.Bonding == BIND_WHEN_EQUIPED && !Bind_When_Equipped)
if (itr->second.Bonding == BIND_WHEN_EQUIPPED && !Bind_When_Equipped)
{
continue;
}
Expand Down

1 comment on commit cb89a9d

@xSparky911x
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When it is set as BIND_WHEN_EQUIPPED (normal english) I can not compile (using docker) I get build errors. I went through and set all BIND_WHEN_EQUIPPED's back to BIND_WHEN_EQUIPED and works good

Please sign in to comment.