mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
DB/Quest: Update some timers
This commit is contained in:
8
sql/updates/world/4.3.4/2021_06_21_04_world.sql
Normal file
8
sql/updates/world/4.3.4/2021_06_21_04_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 40 WHERE (`ID` = 11922);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 40 WHERE (`ID` = 11731);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 600 WHERE (`ID` = 11690);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 6000 WHERE (`ID` = 11579);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 6000 WHERE (`ID` = 11578);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 120 WHERE (`ID` = 11320);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 6000 WHERE (`ID` = 9065);
|
||||
UPDATE `quest_template_addon` SET `TimeAllowed` = 300 WHERE (`ID` = 8274);
|
||||
Reference in New Issue
Block a user