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

Closes #24693
Closes #24692
This commit is contained in:
offl
2020-05-25 14:48:08 +02:00
committed by Killyana
parent 1680f2221e
commit 82dc3a2aef

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;