diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 5efb49d68..55ce993b4 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -17,7 +17,6 @@ #include "atcommand.h" // get_atcommand_level() #include "battle.h" // battle_config #include "battleground.h" -#include "chat.h" #include "chrif.h" #include "clif.h" #include "date.h" // is_day_of_*() @@ -1667,13 +1666,6 @@ int pc_disguise(struct map_session_data *sd, int class_) { clif->cartlist(sd); clif->updatestatus(sd,SP_CARTINFO); } - if (sd->chatID) { - struct chat_data* cd; - nullpo_retr(1, sd); - cd = (struct chat_data*)map_id2bl(sd->chatID); - if( cd != NULL || (struct block_list*)sd == cd->owner ) - clif->dispchat(cd,0); - } } return 1; } |