diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 10:36:33 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 10:36:33 -0400 |
commit | 6565bd411f420f106fd7d21e83a2ae46e95ceca4 (patch) | |
tree | 81a1b15d1f8a428eb6bc51fea1d86d332990de41 /src/map | |
parent | 477a8ce254ddd82bc2396f4abe341a2c66c85919 (diff) | |
download | tmwa-6565bd411f420f106fd7d21e83a2ae46e95ceca4.tar.gz tmwa-6565bd411f420f106fd7d21e83a2ae46e95ceca4.tar.bz2 tmwa-6565bd411f420f106fd7d21e83a2ae46e95ceca4.tar.xz tmwa-6565bd411f420f106fd7d21e83a2ae46e95ceca4.zip |
remove OnCharIfInit duplicate
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/chrif.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<ScriptLabel>("OnCharIfInit"_s))); PRINTF("chrif: OnInterIfInit event done. (%d events)\n"_fmt, npc_event_doall(stringish<ScriptLabel>("OnInterIfInit"_s))); |