diff options
author | offl <offl@users.noreply.github.com> | 2020-07-06 22:55:52 +0200 |
---|---|---|
committer | Killyana <Killyana@users.noreply.github.com> | 2020-07-06 22:55:52 +0200 |
commit | 5ac25bb7844ce0816796236bdafce2105e84d8c4 (patch) | |
tree | 5a5527273c00bdd27445bfc001274ccd281d7e57 | |
parent | bc404e1cf5a51d2f152b003782791f21e9881cff (diff) |
DB/SAI: Remove useless event params and no repeat event flag from some event types
Closes #24898
-rw-r--r-- | sql/updates/world/3.3.5/2020_07_05_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_05_04_world.sql b/sql/updates/world/3.3.5/2020_07_05_04_world.sql new file mode 100644 index 00000000000..3cd883f3db1 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_05_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_param2` = 0 WHERE `entryorguid` = 24137 AND `source_type` = 0 AND `event_type` = 61; +UPDATE `smart_scripts` SET `event_flags` = `event_flags` &~ 1 WHERE `event_type` = 11; |