Misc fixes

This commit is contained in:
hondacrx
2021-04-16 15:36:19 -04:00
parent e73c2a9710
commit 76b09c2731
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1236,7 +1236,7 @@ namespace Game.Spells
return SpellCastResult.CantDoThatRightNow;
// Can only summon uncontrolled minions/guardians when on controlled vehicle
if (vehicleSeat.HasSeatFlag(VehicleSeatFlags.CanControl | VehicleSeatFlags.Unk2))
if (vehicleSeat.HasFlag(VehicleSeatFlags.CanControl | VehicleSeatFlags.Unk2))
{
foreach (SpellEffectInfo effect in _effects)
{