fix(DB/smart_script): increase Rift Spawn health check frequency (#7716)
This commit is contained in:
parent
a55309403c
commit
f07faedc40
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue