mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Fix some wrong values in timed action lists
Closes #24693 Closes #24692
This commit is contained in:
3
sql/updates/world/3.3.5/2020_05_25_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_05_25_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user