mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(DB/smart_script): increase Rift Spawn health check frequency (#7716)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user