diff --git a/data/sql/updates/pending_db_world/rev_1780373563580000000.sql b/data/sql/updates/pending_db_world/rev_1780373563580000000.sql new file mode 100644 index 0000000000..8876dddf11 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1780373563580000000.sql @@ -0,0 +1,7 @@ +-- Frostwing Chimaera (24673): remove SMARTCAST_COMBAT_MOVE flag from Venom Spit. +-- This caused SmartAI to treat Venom Spit as the primary attack and stop chasing +-- at ~25 yards (spell range) instead of pursuing to melee. +-- The Vilewing Chimaera (21879) casts the same spell with castFlags = 0 +-- that is the correct value here too. +UPDATE `smart_scripts` SET `action_param2` = 0 +WHERE `entryorguid` = 24673 AND `source_type` = 0 AND `id` = 0 AND `action_type` = 11 AND `action_param1` = 16552;