diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-26 00:08:06 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-04-29 00:47:10 +0200 |
commit | b767de877460a7fb55c4c8a6bd8e21bcbe079b07 (patch) | |
tree | 8613b56845c68e62a2659ef11ff90b2953de5552 /src/map/battle.h | |
parent | 25e4f661211fc91a64a6e18d8ffd9d16581dfaf9 (diff) | |
download | hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.gz hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.bz2 hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.xz hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.zip |
Removal of rare_drop_announce config.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index d582f3c92..a5e50407e 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -407,7 +407,6 @@ struct Battle_Config { int mob_npc_event_type; //Determines on who the npc_event is executed. [Skotlex] int character_size; // if riders have size=2, and baby class riders size=1 [Lupus] - int rare_drop_announce; // chance <= to show rare drops global announces int retaliate_to_master; //Whether when a mob is attacked by another mob, it will retaliate versus the mob or the mob's master. [Skotlex] |