fix(DB/SAI): fix talk timer for 'Brewfest Setup Crew' (#24583)

This commit is contained in:
sudlud
2026-02-01 21:05:33 +01:00
committed by GitHub
parent 6bbcb22558
commit 396a6be5cf

View File

@@ -0,0 +1,2 @@
-- fix talk timer for 'Brewfest Setup Crew'
UPDATE `smart_scripts` SET `event_param4` = 60000, `event_param5` = 360000 WHERE `entryorguid` = 23504 AND `source_type` = 0 AND `id` = 0 AND `link` = 0;