mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/SAI: Fix some wrong values in timed action lists
Closes #24693
Closes #24692
(cherry picked from commit 82dc3a2aef)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user