fix(DB/SAI): Authentic delay on dialog for Verna and Farmer… (#15560)

fix(db/smart_scripts): Authentic delay on dialog for Verna and Farmer Furlbrow
This commit is contained in:
neifion-00000000
2023-03-24 11:38:01 -05:00
committed by GitHub
parent d782927931
commit 3cfa908f10

View File

@@ -0,0 +1,4 @@
--
-- Slows the repeat behavior of NPCs 237 (Verna Furlbrow) and 238 (Farmer Furlbrow) dialogue to be authentic
UPDATE `smart_scripts` SET `event_param3`=1202000, `event_param4`=1202000 WHERE `entryorguid`=237 AND `source_type`=0 AND `id`=0 AND `link`=0;
UPDATE `smart_scripts` SET `event_param3`=1666000, `event_param4`=1666000 WHERE `entryorguid`=238 AND `source_type`=0 AND `id`=0 AND `link`=0;