From c78d71ab6df9b7f15fdc2faa61956c1ed293a31f Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:30:50 +0000 Subject: [PATCH] fix(DB/SAI): Bonestripper Vulture only casts Gut rip when the aura is missing from the target (#24177) Co-authored-by: FlyingArowana --- data/sql/updates/pending_db_world/rev_1766322173320917400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1766322173320917400.sql diff --git a/data/sql/updates/pending_db_world/rev_1766322173320917400.sql b/data/sql/updates/pending_db_world/rev_1766322173320917400.sql new file mode 100644 index 000000000..3b0232f85 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1766322173320917400.sql @@ -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;