diff options
author | Haru <haru@dotalux.com> | 2017-04-29 01:02:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-29 01:02:59 +0200 |
commit | e9daf0e172d5441ec6d264b4056db4f7f3e5780a (patch) | |
tree | e1caabf5f8b31434cc0d37de0a73d520a3171950 /src/map/battle.h | |
parent | 116a10e40cd80bc0629c36bf907868219ff6360b (diff) | |
parent | b767de877460a7fb55c4c8a6bd8e21bcbe079b07 (diff) | |
download | hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.gz hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.bz2 hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.tar.xz hercules-e9daf0e172d5441ec6d264b4056db4f7f3e5780a.zip |
Merge pull request #1713 from Jedzkie/17-DropAnnounce
Fixes #994
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] |