fix(DB/SAI): Add target type correction for spell 43458 (Secrets of Wyrmskull) (#20294)

Co-authored-by: cgrahamseven <chris.graham@protonmail.com>
This commit is contained in:
@cgrahamseven 2025-02-06 05:37:35 -06:00 committed by GitHub
parent 478a076589
commit db877ab99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,4 @@
-- Fix quest 11343 so that quest credit spell is cast on caster, not player
UPDATE `smart_scripts`
SET `target_type` = 1
WHERE `entryorguid` = 2431400 AND `action_type` = 11 AND `action_param1` = 43458;