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];