DB/SAI: Remove useless event params for linked events

Closes #24707

(cherry picked from commit 0ba62a45e5)
This commit is contained in:
offl
2020-05-28 15:20:04 +02:00
committed by Shauren
parent 561781a475
commit 7274e43609

View File

@@ -0,0 +1,2 @@
--
UPDATE `smart_scripts` SET `event_param1` = 0, `event_param2` = 0, `event_param3` = 0, `event_param4` = 0, `event_param5` = 0 WHERE `event_type` = 61;