From 4c3046421e1f4a022d65350e946ebac52f18fa22 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 24 Jun 2012 01:24:38 +0000 Subject: Fixed bugreport:6021 raised maximum aura_lv from 127 to MAX_LEVEL define git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16338 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/battle.c b/src/map/battle.c index 96132b3e3..c834312dd 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -5160,7 +5160,7 @@ static const struct _battle_data { { "arrow_decrement", &battle_config.arrow_decrement, 1, 0, 2, }, { "max_aspd", &battle_config.max_aspd, 199, 100, 199, }, { "max_walk_speed", &battle_config.max_walk_speed, 300, 100, 100*DEFAULT_WALK_SPEED, }, - { "max_lv", &battle_config.max_lv, 99, 0, 127, }, + { "max_lv", &battle_config.max_lv, 99, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 99, 0, INT_MAX, }, { "max_hp", &battle_config.max_hp, 32500, 100, 1000000000, }, { "max_sp", &battle_config.max_sp, 32500, 100, 1000000000, }, -- cgit v1.2.3-60-g2f50