diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-30 16:53:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-30 16:53:56 +0000 |
commit | 9b4059fbdfc3ad77a1102dfdac0146797182d97a (patch) | |
tree | 8775a9776bcfabac4dbff7fc0096382618ab71c6 /db | |
parent | 55fee732fa5e5056268bee29a7b2d1d28ed6022c (diff) | |
download | hercules-9b4059fbdfc3ad77a1102dfdac0146797182d97a.tar.gz hercules-9b4059fbdfc3ad77a1102dfdac0146797182d97a.tar.bz2 hercules-9b4059fbdfc3ad77a1102dfdac0146797182d97a.tar.xz hercules-9b4059fbdfc3ad77a1102dfdac0146797182d97a.zip |
- Added mapflag "nochat" to prevent chatting rooms from being created.
- Corrected some of the sleep checks when the char id does not matches with the char-id expected by the script engine.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7423 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 7d5458156..9e544d450 100644 --- a/db/const.txt +++ b/db/const.txt @@ -132,6 +132,7 @@ mf_jexp 39 mf_bexp 40
mf_novending 41
mf_loadevent 42
+mf_nochat 43
cell_wall 1
cell_water 3
|