Skip to content

Commit

Permalink
fix(DB/CreatureSAI) - Removed "Charm" Flag from Frayfeather Stagwing …
Browse files Browse the repository at this point in the history
…and Frayfeather Skystormer (azerothcore#20943)

* Created

* Removed Charm Flag

* Mighty space

* Added sourcetype
  • Loading branch information
TheSCREWEDSoftware authored Dec 17, 2024
1 parent 88eb6fb commit ab060f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/rev_1734390991161353200.sql
Original file line number Diff line number Diff line change
@@ -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;;

0 comments on commit ab060f7

Please sign in to comment.