fix(DB/SAI): Bonestripper Vulture only casts Gut rip when the aura is missing from the target (#24177)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2026-01-06 22:30:50 +00:00
committed by GitHub
parent dbee971ab9
commit c78d71ab6d

View File

@@ -0,0 +1,2 @@
-- Bonestripper Vulture, Castflag 0 to 32 "Only casts the spell if the target does not have an aura from the spell"
UPDATE `smart_scripts` SET `action_param2` = `action_param2` | 32 WHERE `entryorguid` = 16973 AND `source_type` = 0 AND `id` = 0;