From 0c1c429e338a07638c07c4bc088311abda354c36 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 17 Jun 2006 16:23:57 +0000 Subject: - Devotion absorbed damage will now appear to come from oneself (instead of the original attacker changing directions towards the Crusader) - Updated clif_refres to send inventory, cart, and weight info. - Fixed intif_guild_memberinfoshort to not leave a dangling pointer when someone logs out <.< - Cleaned up a bit guild_check_member git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7226 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 5a57d69e2..18d255da7 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -7236,7 +7236,7 @@ int pc_readdb(void) max_level[job][type]--; if (max_level[job][type] < max) { ShowWarning("pc_readdb: Specified max %d for job %d, but that job's exp table only goes up to level %d.\n", max, job, max_level[job][type]); - ShowNotice("(You may still reach lv %d through scripts/gm-commands)\n"); + ShowNotice("(You may still reach lv %d through scripts/gm-commands)\n", max); max_level[job][type] = max; } // ShowDebug("%s - Class %d: %d\n", type?"Job":"Base", job, max_level[job][type]); -- cgit v1.2.3-70-g09d2