fix(DB/Creature): Update all commoneer talking intervals to 300s (#18165)
* fix(DB/Creature): Update all commoneer talking intervals to 300s * closes https://github.com/azerothcore/azerothcore-wotlk/issues/18050 * kek wrong dir
This commit is contained in:
parent
c2fe9626ae
commit
c666a0c360
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (18927,19148,19172,19173,19176,19177,19178) AND `source_type` = 0 AND `id` IN (0,6,8);
|
||||
UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (19169) AND `source_type` = 0 AND `id` IN (0,4,6,8);
|
||||
UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (19171,19175) AND `source_type` = 0 AND `id` IN (0,5,6,8);
|
||||
UPDATE `smart_scripts` SET `event_param3` = 300000, `event_param4` = 300000 WHERE `entryorguid` IN (20102) AND `source_type` = 0 AND `id` IN (0,1,6,8);
|
||||
Loading…
Add table
Add a link
Reference in a new issue