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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;