fix(DB/SAI): Clean up event_type in Timed Actionlists (#9405)

This commit is contained in:
Malcrom
2021-12-05 15:54:18 -04:00
committed by GitHub
parent 141e81a181
commit 8480750604

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638125279373569035');
-- Fix event_type in Timed Actionlists
UPDATE `smart_scripts` SET `event_type`=0 WHERE `source_type`=9 AND `event_type`>0;