diff options
author | Wushin <pasekei@gmail.com> | 2015-05-06 13:02:08 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-06 13:02:08 -0500 |
commit | 650dbeac1ed11c360c3033c6e2bb7b8407f2cfc7 (patch) | |
tree | 163e0b4ecf172f7c402881fbab818ba42db86b82 /src/map | |
parent | 405617e7ef885d0bc93c48a83634b6bbe8557044 (diff) | |
parent | 9677713a8711ae605932d70edc056d5feb0aa67e (diff) | |
download | tmwa-650dbeac1ed11c360c3033c6e2bb7b8407f2cfc7.tar.gz tmwa-650dbeac1ed11c360c3033c6e2bb7b8407f2cfc7.tar.bz2 tmwa-650dbeac1ed11c360c3033c6e2bb7b8407f2cfc7.tar.xz tmwa-650dbeac1ed11c360c3033c6e2bb7b8407f2cfc7.zip |
Merge pull request #75 from mekolat/oncharif
Remove useless events
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/chrif.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index 37efc4e..2606911 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -249,11 +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))); - return 0; } |