Removed SE_NegateIfCombat movement spells from bot commands (i.e., Scale of Wolf)

This commit is contained in:
Uleat 2017-01-26 17:29:39 -05:00
parent 3d54a4edcb
commit 36300d6df1

View File

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