diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-17 14:09:54 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-17 14:09:54 +0000 |
commit | b719a7594246a5716926dd0b7df6ab8adb97424d (patch) | |
tree | be0e26e7aca1e7e4a8ea0ef3669cdf2b9b4bc457 /src/map/battle.h | |
parent | c7b72fc94094e863763ecb3c4d8e818953925a2b (diff) | |
download | hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.tar.gz hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.tar.bz2 hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.tar.xz hercules-b719a7594246a5716926dd0b7df6ab8adb97424d.zip |
- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)
- Added battle_config debuff_on_logout which removes Asura's SP regen delay and Strip-Equip effects on logout when set to yes (default).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5644 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 6ad232e37..0f92c3160 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -385,7 +385,7 @@ extern struct Battle_Config { unsigned short copyskill_restrict; // [Aru]
unsigned short berserk_cancels_buffs; // [Aru]
-
+ unsigned short debuff_on_logout; // Removes a few "official" negative Scs on logout. [Skotlex]
unsigned short mob_ai; //Configures various mob_ai settings to make them smarter or dumber(official). [Skotlex]
unsigned short dynamic_mobs; // Dynamic Mobs [Wizputer] - battle_athena flag implemented by [random]
unsigned short mob_remove_damaged; // Dynamic Mobs - Remove mobs even if damaged [Wizputer]
|