fix(DB/SAI): Peacekeeper Security Suit now goes in melee range on engage. (#26482)

This commit is contained in:
Rocco Silipo
2026-07-05 19:49:39 +02:00
committed by GitHub
parent 0b1808057f
commit 8c82af0d57
@@ -0,0 +1,3 @@
-- Set Cast Flag for Net Spell.
UPDATE `smart_scripts` SET `action_param2` = 12 WHERE (`entryorguid` = 6230) AND (`source_type` = 0) AND (`id` IN (0));