From e26e3b2570fdf836a8c6c556c711bb6a81c3ecf0 Mon Sep 17 00:00:00 2001 From: celest Date: Thu, 18 Nov 2004 05:42:45 +0000 Subject: Updated Cloaking, Endure, fixed bug with monster npc's git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@244 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/chrif.c') diff --git a/src/map/chrif.c b/src/map/chrif.c index 6e53bd6d2..adb26868d 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -597,7 +597,7 @@ int chrif_changedsex(int fd) // to avoid any problem with equipment and invalid sex, equipment is unequiped. for (i = 0; i < MAX_INVENTORY; i++) { if (sd->status.inventory[i].nameid && sd->status.inventory[i].equip) - pc_unequipitem((struct map_session_data*)sd, i, 0); + pc_unequipitem((struct map_session_data*)sd, i, 0, BF_NORMAL); } // reset skill of some job if (s_class.job == 19 || s_class.job == 4020 || s_class.job == 4042 || -- cgit v1.2.3-70-g09d2