From 662e7f1b0b392df314cb1c52501f01c436ffddb7 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:00:24 +0200 Subject: [PATCH] Update ShamanActions.cpp --- src/strategy/shaman/ShamanActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/shaman/ShamanActions.cpp b/src/strategy/shaman/ShamanActions.cpp index 42f3a8e9..d4d0f98a 100644 --- a/src/strategy/shaman/ShamanActions.cpp +++ b/src/strategy/shaman/ShamanActions.cpp @@ -99,7 +99,7 @@ bool SetTotemAction::Execute(Event event) uint32 totemSpell = 0; - // Iterate backwards due signed/unsigned int + // Iterate backwards to prioritize the highest-rank totem spell the bot knows for (size_t i = spellIdsCount; i-- > 0;) { const uint32 spellId = totemSpellIds[i];