From 867bc197efbdcf24bf063e842c91c12bba8b0c4c Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 24 Jan 2011 16:12:02 +0100 Subject: Core/Instances: Made the max amount of instances player can enter within hour configurable and fixed typo in instance packing/cleaning query --- src/server/worldserver/worldserver.conf.dist | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/server/worldserver') diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 188d6d800a6..d0ccc619985 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1372,6 +1372,13 @@ DungeonFinder.Enable = 0 DBC.EnforceItemAttributes = 1 +# +# AccountInstancesPerHour +# Description: Controls the max amount of different instances player can enter within hour +# Default: 5 + +AccountInstancesPerHour = 5 + # ################################################################################################### -- cgit v1.2.3