diff --git a/data/sql/updates/pending_db_world/rev_1679636920097451700.sql b/data/sql/updates/pending_db_world/rev_1679636920097451700.sql new file mode 100644 index 000000000..da82c2597 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1679636920097451700.sql @@ -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;