From 13b36158e9acc1845e2ac8e102bae0d5c7542279 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 27 Jun 2013 18:47:12 -0300 Subject: Follow up e5b1d3bdff66c9475755651a94d20057fc4d02dd Signed-off-by: shennetsind --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/pc.c b/src/map/pc.c index 10c7642c5..3e823bb97 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1696,7 +1696,7 @@ int pc_disguise(struct map_session_data *sd, int class_) { if (sd->chatID) { struct chat_data* cd; nullpo_retr(1, sd); - cd = (struct chat_data*)map_id2bl(sd->chatID); + cd = (struct chat_data*)iMap->id2bl(sd->chatID); if( cd != NULL || (struct block_list*)sd == cd->owner ) clif->dispchat(cd,0); } -- cgit v1.2.3-70-g09d2