diff options
author | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-18 20:06:54 +0000 |
---|---|---|
committer | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-18 20:06:54 +0000 |
commit | d049046dc121866bc7c2d62bf5773adf05335870 (patch) | |
tree | 4f6904263c495711e661d07850664d271bd511fa /conf/battle | |
parent | 9fa4acce4a3fd134993a5cfe18506392dbfa5555 (diff) | |
download | hercules-d049046dc121866bc7c2d62bf5773adf05335870.tar.gz hercules-d049046dc121866bc7c2d62bf5773adf05335870.tar.bz2 hercules-d049046dc121866bc7c2d62bf5773adf05335870.tar.xz hercules-d049046dc121866bc7c2d62bf5773adf05335870.zip |
New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp; documented usage in permissions.txt
Fixed a typo in monster.conf.
Removed old functionality from showmobs command to make room for show_bossmobs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16445 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/monster.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/monster.conf b/conf/battle/monster.conf index 4d9014c91..398b2a0ab 100644 --- a/conf/battle/monster.conf +++ b/conf/battle/monster.conf @@ -198,6 +198,6 @@ ksprotection: 0 // Should MVP slaves retain their target when summoned back to their master? mob_slave_keep_target: yes -// Wheter or not to spawn the mvp tomb. +// Whether or not to spawn the mvp tomb. // See http://irowiki.org/wiki/MVP#Gravestone mvp_tomb_enabled: yes |