From c9181667d0cea7e6cfe99745d18c760c4a797912 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Mon, 1 Sep 2008 22:19:18 +0000 Subject: - More code for mercenaries and starting work on restrictions. * Heal and Sanctuary skills have their effectiveness on mercenaries reduced by 50%. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13183 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 8897c4082..d2a77036b 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -12223,6 +12223,7 @@ BUILDIN_FUNC(rid2name) case BL_NPC: script_pushstrcopy(st,((TBL_NPC*)bl)->exname); break; case BL_PET: script_pushstrcopy(st,((TBL_PET*)bl)->pet.name); break; case BL_HOM: script_pushstrcopy(st,((TBL_HOM*)bl)->homunculus.name); break; + case BL_MER: script_pushstrcopy(st,((TBL_MER*)bl)->db->name); break; default: ShowError("buildin_rid2name: BL type unknown.\n"); script_pushconststr(st,""); -- cgit v1.2.3-60-g2f50