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:
parent
478a076589
commit
db877ab99b
@ -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;
|
||||
Loading…
x
Reference in New Issue
Block a user