Skip to content

Commit

Permalink
-Internal: Fix classic build
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikely4r committed Oct 4, 2024
1 parent 4fdc890 commit 94b9384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/strategy/actions/CheckValuesAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bool CheckValuesAction::Execute(Event& event)
uint32 replistId = faction.first;

#ifdef MANGOSBOT_ZERO
const FactionEntry* thisFactionEntry = sFactionStore.LookupEntry(id);
const FactionEntry* thisFactionEntry = sFactionStore.LookupEntry(factionId);
#else
const FactionEntry* thisFactionEntry = sFactionStore.LookupEntry<FactionEntry>(factionId);
#endif
Expand Down

0 comments on commit 94b9384

Please sign in to comment.