mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 11:30:15 +00:00
fix(DB/SAI): Fix Surveyor Candress Fireball timers (#24401)
Co-authored-by: Ludwig <sudlud@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
UPDATE `smart_scripts` SET
|
||||
`event_param1` = 10000, -- InitialMin: 10s
|
||||
`event_param2` = 20000, -- InitialMax: 20s
|
||||
`event_param3` = 10000, -- RepeatMin: 10s
|
||||
`event_param4` = 45000, -- RepeatMax: 45s
|
||||
`comment` = 'Surveyor Candress - Combat - Cast Fireball (Range 0-40, 10-45s cd)'
|
||||
WHERE `entryorguid` = 16522 AND `id` = 5 AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user