From 85fdcfa5c7831dc87a2b6810b3e2ebd5e3ec49c7 Mon Sep 17 00:00:00 2001 From: celest Date: Thu, 24 Mar 2005 15:31:28 +0000 Subject: * Added 'map_charid2id' * Changed monster damage logging to save char ID's * Implemented 'event_script_type' * Set Emsolute Develop as a learnable skill * Updated 'require_glory_guild' * Allow monsters to cast skills near themselves even when monster_nofootset is set to 'yes' * Print number of online users in online.txt/.html even if there's only 1 user git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1282 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 15f192ec4..1a44dc9a7 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4415,7 +4415,7 @@ void battle_set_defaults() { battle_config.area_size = 14; battle_config.exp_calc_type = 1; battle_config.min_skill_delay_limit = 100; - battle_config.require_glory_guild = 1; + battle_config.require_glory_guild = 0; //SQL-only options start #ifndef TXT_ONLY -- cgit v1.2.3-70-g09d2