diff --git a/zone/bot_command.cpp b/zone/bot_command.cpp index 17182451f..fa15dc7d2 100644 --- a/zone/bot_command.cpp +++ b/zone/bot_command.cpp @@ -436,6 +436,8 @@ public: case 10: if (spells[spell_id].effectdescnum != 65) break; + if (IsEffectInSpell(spell_id, SE_NegateIfCombat)) + break; entry_prototype = new STMovementSpeedEntry(); entry_prototype->SafeCastToMovementSpeed()->group = BCSpells::IsGroupType(target_type); break;