DB/SAI: Remove excess event flags from timed action lists

Closes #24701
This commit is contained in:
offl
2020-05-27 15:36:13 +02:00
committed by Killyana
parent 5b7b21c362
commit 9d7f033bf3

View File

@@ -0,0 +1,4 @@
--
UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 1 WHERE `source_type` = 9; -- SMART_EVENT_FLAG_NOT_REPEATABLE
UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 2 WHERE `source_type` = 9; -- SMART_EVENT_FLAG_DIFFICULTY_0
UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 4 WHERE `source_type` = 9; -- SMART_EVENT_FLAG_DIFFICULTY_1