DB/SAI: Remove useless event params for linked events

Closes #24707
This commit is contained in:
offl
2020-05-28 15:20:04 +02:00
committed by Killyana
parent 77ae76852b
commit 0ba62a45e5

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;