mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
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:
1
data/sql/updates/pending_db_world/ymirjar-harpoons.sql
Normal file
1
data/sql/updates/pending_db_world/ymirjar-harpoons.sql
Normal 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;
|
||||
Reference in New Issue
Block a user