diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-19 17:23:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-19 17:23:22 +0000 |
commit | 8b397b940a270a4e4107f76614339742a8c5a257 (patch) | |
tree | fec95c260beb58669be760396a3eb0241ba9dfa4 /conf-tmpl/battle | |
parent | 9f1bd225974beb0a09495a0b28c1e0deec27de7d (diff) | |
download | hercules-8b397b940a270a4e4107f76614339742a8c5a257.tar.gz hercules-8b397b940a270a4e4107f76614339742a8c5a257.tar.bz2 hercules-8b397b940a270a4e4107f76614339742a8c5a257.tar.xz hercules-8b397b940a270a4e4107f76614339742a8c5a257.zip |
- Made the report_Src function also report name of non-bl objects.
- The double continuation error will now display both scripts that triggered it.
- Loading the storage from the char-server will fail if player is already tagged in final save state.
- Removed setting ban_spoof_namer, sending invalid global-talk packets will now just kick the player out of the server.
- Added BL_NPC support to status_get_name
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8812 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/gm.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf index b5aff6ba1..cbc25e212 100644 --- a/conf-tmpl/battle/gm.conf +++ b/conf-tmpl/battle/gm.conf @@ -65,11 +65,6 @@ atcommand_gm_only: no // Is the character of a GM account set as the object of a display by @ command etc. or not?
hide_GM_session: no
-// Ban people that try to use an other name of its name (spoof name).
-// Duration of the ban, in minutes (default: 5). Value from 0 to 32767
-// to disable the ban, set 0
-ban_spoof_namer: 5
-
// Ban people that try trade dupe.
// Duration of the ban, in minutes (default: 5). Value from 0 to 32767
// to disable the ban, set 0
|