summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-10 19:06:13 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-10 19:06:13 +0000
commitb2eab179f9d7a34e5e1027fd48007005e2b906f2 (patch)
treedea5de98321b12a8db525fb8d85d2dee2cf53014 /src/map/battle.h
parent09191b769abcca2ce8db3fb4fc225c849d9a3610 (diff)
downloadhercules-b2eab179f9d7a34e5e1027fd48007005e2b906f2.tar.gz
hercules-b2eab179f9d7a34e5e1027fd48007005e2b906f2.tar.bz2
hercules-b2eab179f9d7a34e5e1027fd48007005e2b906f2.tar.xz
hercules-b2eab179f9d7a34e5e1027fd48007005e2b906f2.zip
- Should have fixed the login-sql crash when passed user-name's length is beyond the limit.
- Removed setting mob_ghostring_fix - Changed setting attack_attr_none to affect all neutral-element attacks. Basicly, this setting is now used to determine who can hit for full damage always when using neutral-attacks (defaults to non-players) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8237 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 9e7836644..355295841 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -270,7 +270,6 @@ extern struct Battle_Config {
unsigned short party_share_type;
unsigned short party_hp_mode;
unsigned short party_show_share_picker;
- unsigned short mob_ghostring_fix;
unsigned short attack_attr_none;
int item_rate_mvp, item_rate_common, item_rate_common_boss, item_rate_card, item_rate_card_boss, // added support for MVP drops [Reddozen]
item_rate_equip, item_rate_equip_boss, item_rate_heal, item_rate_heal_boss, item_rate_use,