mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user