fix(DB/SAI): Use proper target type for Ymirjar Harpooner's Harpoon summon spell. (#24284)

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
Benjamin Jackson
2025-12-31 17:33:38 -05:00
committed by GitHub
parent 3d15a19fb4
commit 3d3ad29ba6

View File

@@ -0,0 +1 @@
UPDATE `smart_scripts` SET `target_type` = 1 WHERE `entryorguid` = 26692 AND `source_type` = 0 AND `id` = 2 AND `target_type` = 7;