From 67466ae983ea6e2568b3e017c5d1976850308a2a Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 21 Aug 2011 23:24:50 +0000 Subject: * Fixed monsters above Lv99 displaying a Lv99 aura (bugreport:3986). - The server no longer caps the level sent to the client by default. - Servers that require the aura to be displayed at a level different from lv99, either have to alter the client or adjust the 'client_limit_unit_lv' setting. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14938 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index f67f2b8c6..007499afe 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -487,6 +487,7 @@ extern struct Battle_Config int display_party_name; int cashshop_show_points; int mail_show_status; + int client_limit_unit_lv; // [BattleGround Settings] int bg_update_interval; -- cgit v1.2.3-70-g09d2