Skip to content

Commit

Permalink
Updated the banner behaviour
Browse files Browse the repository at this point in the history
Sudlud's fix
  • Loading branch information
TheSCREWEDSoftware authored Jan 26, 2025
1 parent 2851799 commit a621a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/sql/updates/pending_db_world/rev_1735350584050913500.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--
-- Removes NOT_REPEATABLE and WHILE_CHARMED event_flag, allowing to always drop the flag no matter if it's CC'd or not.
UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~(1|512) WHERE `entryorguid` = 9456 AND `source_type` = 0 AND `id` = 1;
-- Updates the Action from "Action Invoker" (7) to "Self" (1).
UPDATE `smart_scripts` SET `target_type` = 1 WHERE `entryorguid` = 9456 AND `source_type` = 0 AND `id` = 1;

-- Adds Strike sniffed from: 4.4.1.58158 and 1.15.5.57979
DELETE FROM `smart_scripts` WHERE `entryorguid` = 9456 AND `source_type` = 0 AND `id` = 0;
Expand Down

0 comments on commit a621a05

Please sign in to comment.