diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 16:40:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-15 16:40:01 +0000 |
commit | 7c8a7292d264ef51ded3f7a8adbba2b196fc9904 (patch) | |
tree | 52acb75cb960719ade7004d585042bab22c3a8e6 /src/map/battle.h | |
parent | a8fd492a51a94552b4972dfb6d36c3d62deb4e25 (diff) | |
download | hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.tar.gz hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.tar.bz2 hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.tar.xz hercules-7c8a7292d264ef51ded3f7a8adbba2b196fc9904.zip |
- Added config setting "friend_auto_add" (battle/player.conf), if set, when you accept someone as your friend, both characters will show up on each other's friend list.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8769 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 2d851176a..130ec2d4d 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -439,6 +439,7 @@ extern struct Battle_Config { unsigned short autospell_stacking; //Enables autospell cards to stack. [Skotlex]
unsigned short override_mob_names; //Enables overriding spawn mob names with the mob_db names. [Skotlex]
unsigned short min_chat_delay; //Minimum time between client messages. [Skotlex]
+ unsigned short friend_auto_add; //When accepting friends, both get friended. [Skotlex]
unsigned int hvan_explosion_intimate ; // fix [albator]
unsigned short homunculus_show_growth ; //[orn]
unsigned short homunculus_friendly_rate;
|