From 84e2f07c1844be0af338f5f6ee1e5222dfaef50b Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Tue, 23 Sep 2014 16:06:21 +0300 Subject: [PATCH] Disabled monthly reset of banks. Reasoning: - workaround for 1896 (still needs a fix) - to match H3 behaviour --- config/objects/creatureBanks.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/objects/creatureBanks.json b/config/objects/creatureBanks.json index e453a30c0..246fa1827 100644 --- a/config/objects/creatureBanks.json +++ b/config/objects/creatureBanks.json @@ -110,7 +110,7 @@ }, "dwarvenTreasury" : { "index" : 1, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Dwarven Treasury", "rmg" : { "value" : 2000, @@ -197,7 +197,7 @@ }, "griffinConservatory" : { "index" : 2, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Griffin Conservatory", "rmg" : { "value" : 2000, @@ -268,7 +268,7 @@ }, "inpCache" : { "index" : 3, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Imp Cache", "rmg" : { "value" : 5000, @@ -354,7 +354,7 @@ }, "medusaStore" : { "index" : 4, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Medusa Stores", "rmg" : { "value" : 1500, @@ -441,7 +441,7 @@ }, "nagaBank" : { "index" : 5, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Naga Bank", "rmg" : { "value" : 3000, @@ -528,7 +528,7 @@ }, "dragonflyHive" : { "index" : 6, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Dragon Fly Hive", "rmg" : { "value" : 9000, @@ -605,7 +605,7 @@ "types" : { "shipwreck" : { "index" : 0, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Shipwreck", "rmg" : { "value" : 2000, @@ -696,7 +696,7 @@ "types" : { "derelictShip" : { "index" : 0, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Derelict Ship", "rmg" : { "value" : 4000, @@ -788,7 +788,7 @@ "types" : { "crypt" : { "index" : 0, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Crypt", "rmg" : { "value" : 1000, @@ -877,7 +877,7 @@ "types" : { "dragonUtopia" : { "index" : 0, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Dragon Utopia", "rmg" : { "value" : 10000, @@ -986,7 +986,7 @@ "types" : { "pyramid" : { "index" : 0, - "resetDuration" : 28, + "resetDuration" : 0, "name" : "Pyramid", "rmg" : { "value" : 5000,