From 51177f8374678c5d99ffac7d6cbee39f0238623b Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 8 Feb 2021 22:15:10 +0000 Subject: [PATCH] Fixed warning for MaximumAddedTime not found. --- .../dist/game/config/TimeLimitedZones.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/TimeLimitedZones.ini b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/TimeLimitedZones.ini index 8a134aece4..2db26f6ab9 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/TimeLimitedZones.ini +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/config/TimeLimitedZones.ini @@ -45,4 +45,4 @@ TeleportFee = 10000 # TODO: NOT USED # Maximum added time. # Default: 18000000 (5 hours) -# MaximumAddedTime = 18000000 +MaximumAddedTime = 18000000