mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user