diff options
author | gumi <git@gumi.ca> | 2021-07-15 15:31:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-15 15:31:20 -0300 |
commit | 46e20058607eb0c60bed6f1cafd24ca23908c0e4 (patch) | |
tree | 07d41073d0a43d10b81ffa50f479314e3318c890 /db | |
parent | 6a39ff095a78976a6d8ce2e562b18f85ba3a17df (diff) | |
download | serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.tar.gz serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.tar.bz2 serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.tar.xz serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.zip |
Reintroduce the marriage system.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index e9cc8271..4917dbb5 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3027,6 +3027,7 @@ more than one separator can be used in a row (so 12_3___456 is illegal). NPC181:181 NPC182:182 NPC183:183 + NPC184:184 NPC185:185 NPC186:186 NPC187:187 @@ -3664,7 +3665,6 @@ more than one separator can be used in a row (so 12_3___456 is illegal). SFX_UNBARRIER:10 SFX_HEAL:3 SFX_LIGHTNING:18 - MIN_MARRY_LEVEL:32 MAX_RAIN_SPELL_RADIUS:15 MAX_MAGIC_LEVEL:2 MFLAG_MADE_CONC_POTION_SHIFT:14 |