From 134bf364c8deffa192fb77a323b92b708a2e2276 Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 4 Mar 2009 17:26:07 +0000 Subject: Small edits to battleground code (bugreport:2816) - removed bg_idle_announce setting (could be considered later) - moved crystal protection code to battle_calc_bg_damage - removed mob state 'inmunity' in favor of a script-based solution - removed unneeded 'setmobdata' (fixes collision with mob controller) - added svn:eol-style native for battleground code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13565 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index 20b1b9b2b..13d17cbb4 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -471,7 +471,6 @@ extern struct Battle_Config int bg_magic_damage_rate; int bg_misc_damage_rate; int bg_flee_penalty; - int bg_idle_announce; } battle_config; void do_init_battle(void); -- cgit v1.2.3-60-g2f50