diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-06 23:30:10 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-07-06 23:30:10 -0700 |
commit | 8406892e108f68a9c75a2426bc455ae065ea744e (patch) | |
tree | f9c04bc8aaee2d8dba7f0a4e237d69fc3b6fd7d9 | |
parent | 4af453378b1457730df2e540e1dff25209a3a882 (diff) | |
download | serverdata-8406892e108f68a9c75a2426bc455ae065ea744e.tar.gz serverdata-8406892e108f68a9c75a2426bc455ae065ea744e.tar.bz2 serverdata-8406892e108f68a9c75a2426bc455ae065ea744e.tar.xz serverdata-8406892e108f68a9c75a2426bc455ae065ea744e.zip |
Change mob splash to 1, stacks *do* spread a little.
-rw-r--r-- | world/map/conf/battle_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/conf/battle_athena.conf b/world/map/conf/battle_athena.conf index 3233f744..593fe227 100644 --- a/world/map/conf/battle_athena.conf +++ b/world/map/conf/battle_athena.conf @@ -738,7 +738,7 @@ packet_spam_kick: 1 // -1: classic // 0: all PCs on same tile // 1 or more: all PCs within radius, if also within range -mob_splash_radius: 0 +mob_splash_radius: 1 // local settings for this server in this file import: conf/battle_local.conf |