mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/Spells): Honor Among Thieves proc must not engage the rogue (#26462)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
-- Honor Among Thieves triggered combo point (51699) is beneficial for the rogue:
|
||||||
|
-- mark it positive so it never pulls the rogue into combat with the targeted enemy
|
||||||
|
-- (SPELL_ATTR0_CU_POSITIVE_EFF0 | SPELL_ATTR0_CU_POSITIVE_EFF1)
|
||||||
|
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 51699;
|
||||||
|
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (51699, 0x6000000);
|
||||||
Reference in New Issue
Block a user