From cd075dd33186145e46c1fb76be879617343db75c Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 24 Jan 2007 14:44:14 +0000 Subject: - Cleaned up some more the Joint Beat implementation, so the status don't take effect until the attack connects. - Some minor cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9704 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 ec0ab6aa6..ecd5187c6 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -929,7 +929,7 @@ int chrif_divorce(int char_id, int partner_id) if (!char_id || !partner_id) return 0; - nullpo_retr(0, sd = map_nick2sd(map_charid2nick(partner_id))); + nullpo_retr(0, sd = map_charid2sd(partner_id)); if (sd->status.partner_id == char_id) { int i; //離婚(相方は既にキャラが消えている筈なので) -- cgit v1.2.3-70-g09d2