DB/SAI: Fix some wrong values in timed action lists

Closes #24693
Closes #24692

(cherry picked from commit 82dc3a2aef)
This commit is contained in:
offl
2020-05-25 14:48:08 +02:00
committed by Shauren
parent c253e191ef
commit 87b8a9a843

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `event_type` = 0, `event_param3` = 0, `event_param4` = 0 WHERE `source_type` = 9;
UPDATE `smart_scripts` SET `event_chance` = 100 WHERE `entryorguid` = 2831400 AND `source_type` = 9;