fix(DB/smart_script): increase Rift Spawn health check frequency (#7716)

This commit is contained in:
Azcobu
2021-09-07 09:41:18 +09:30
committed by GitHub
parent a55309403c
commit f07faedc40

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630731145138028688');
-- Update frequency of Rift Spawn health check for stun to 1 second
UPDATE `smart_scripts` SET `event_param3` = 1000, `event_param4` = 1000 WHERE `entryorguid` = 6492 AND `source_type` = 0 AND `id` = 5;