Skip to content

Commit

Permalink
Spell: Fix TARGET_UNIT_CASTER_DRIVER doing wrong checks
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Mar 7, 2025
1 parent d9232a5 commit b4dec67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Spells/Spell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5962,6 +5962,7 @@ SpellCastResult Spell::CheckCast(bool strict)
case TARGET_UNIT_CASTER_PASSENGER_6:
case TARGET_UNIT_CASTER_PASSENGER_7:
case TARGET_UNIT_CASTER_VEHICLE:
case TARGET_UNIT_CASTER_DRIVER:
case TARGET_UNIT_ENEMY_NEAR_CASTER:
case TARGET_UNIT_FRIEND_NEAR_CASTER:
case TARGET_UNIT_NEAR_CASTER:
Expand Down

0 comments on commit b4dec67

Please sign in to comment.