From 6565bd411f420f106fd7d21e83a2ae46e95ceca4 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 30 Apr 2015 10:36:33 -0400 Subject: remove OnCharIfInit duplicate --- src/map/chrif.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/map/chrif.cpp') diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index 3ffeaf2..a2472c5 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -249,8 +249,6 @@ int chrif_connectack(Session *s, const Packet_Fixed<0x2af9>& fixed) chrif_sendmap(s); - PRINTF("chrif: OnCharIfInit event done. (%d events)\n"_fmt, - npc_event_doall(stringish("OnCharIfInit"_s))); PRINTF("chrif: OnInterIfInit event done. (%d events)\n"_fmt, npc_event_doall(stringish("OnInterIfInit"_s))); -- cgit v1.2.3-60-g2f50 From 9677713a8711ae605932d70edc056d5feb0aa67e Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 30 Apr 2015 10:37:46 -0400 Subject: remove useless OnInterIfInit --- src/map/chrif.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/map/chrif.cpp') diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index a2472c5..95aff2a 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -249,9 +249,6 @@ int chrif_connectack(Session *s, const Packet_Fixed<0x2af9>& fixed) chrif_sendmap(s); - PRINTF("chrif: OnInterIfInit event done. (%d events)\n"_fmt, - npc_event_doall(stringish("OnInterIfInit"_s))); - return 0; } -- cgit v1.2.3-60-g2f50