From 94b93843ddcd1af22cd454d419180ddd81c28d80 Mon Sep 17 00:00:00 2001 From: mostlikely4r Date: Fri, 4 Oct 2024 11:53:13 +0200 Subject: [PATCH] -Internal: Fix classic build --- playerbot/strategy/actions/CheckValuesAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playerbot/strategy/actions/CheckValuesAction.cpp b/playerbot/strategy/actions/CheckValuesAction.cpp index bf1f81a6..9a0b434d 100644 --- a/playerbot/strategy/actions/CheckValuesAction.cpp +++ b/playerbot/strategy/actions/CheckValuesAction.cpp @@ -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(factionId); #endif