mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 13:57:52 +00:00
fix(DB/SAI): Peacekeeper Security Suit now goes in melee range on engage. (#26482)
This commit is contained in:
3
data/sql/updates/pending_db_world/rev_1783248002.sql
Normal file
3
data/sql/updates/pending_db_world/rev_1783248002.sql
Normal file
@@ -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));
|
||||
Reference in New Issue
Block a user