From d530df5b85eb2f796fd51ae1fe3bdce843d9ca00 Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 8 Oct 2008 13:15:35 +0000 Subject: Fixed chat_createnpcchat() not checking if a chatroom already exists, producing memleaks in certain situations (bugreport:2325). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13269 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 120db10f6..3ae69e326 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1328,9 +1328,10 @@ void clif_changemapserver(struct map_session_data* sd, unsigned short map_index, void clif_blown(struct block_list *bl) { //Aegis packets says fixpos, but it's unsure whether slide works better or not. -// return clif_fixpos(bl); +// clif_fixpos(bl); clif_slide(bl, bl->x, bl->y); } + /*========================================== * *------------------------------------------*/ -- cgit v1.2.3-60-g2f50