mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(DB/CreatureSAI) - Removed "Charm" Flag from Frayfeather Stagwing and Frayfeather Skystormer (#20943)
* Created * Removed Charm Flag * Mighty space * Added sourcetype
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
-- Removes "While Charmed" flag from Frayfeather Stagwing and Frayfeather Skystormer
|
||||
UPDATE `smart_scripts` SET `event_flags` = 0 WHERE `entryorguid` in (5304, 5305) AND `source_type` = 0;;
|
||||
Reference in New Issue
Block a user