From b4dec67d6d8cc3ba71c0831d4fd51d476984b378 Mon Sep 17 00:00:00 2001 From: killerwife Date: Fri, 7 Mar 2025 23:18:15 +0100 Subject: [PATCH] Spell: Fix TARGET_UNIT_CASTER_DRIVER doing wrong checks --- src/game/Spells/Spell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/Spells/Spell.cpp b/src/game/Spells/Spell.cpp index 145d73dd2df..218ac11e79e 100644 --- a/src/game/Spells/Spell.cpp +++ b/src/game/Spells/Spell.cpp @@ -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: