diff options
author | MadCamel <madcamel@gmail.com> | 2010-08-01 18:31:00 -0400 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-08-01 18:31:00 -0400 |
commit | 904ce5745d15e770ae9a0b153bdba0ada6b5ec84 (patch) | |
tree | 9b37cb4fd5b91a2948f68750c2e05c1b987c7178 /src/map/clif.c | |
parent | 8ef7bd20f971d1953761992dd919f464231bd5fc (diff) | |
download | tmwa-904ce5745d15e770ae9a0b153bdba0ada6b5ec84.tar.gz tmwa-904ce5745d15e770ae9a0b153bdba0ada6b5ec84.tar.bz2 tmwa-904ce5745d15e770ae9a0b153bdba0ada6b5ec84.tar.xz tmwa-904ce5745d15e770ae9a0b153bdba0ada6b5ec84.zip |
Properly fixed disconnect problem
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 98dbc56..12b058b 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9332,7 +9332,7 @@ func_table clif_parse_func_table[0x220] = { NULL, 0 }, // 98 { clif_parse_GMmessage, 300 }, // 99 { NULL, 0 }, // 9a - { clif_parse_ChangeDir, 0 }, // 9b + { clif_parse_ChangeDir, -1 }, // 9b { NULL, 0 }, // 9c { NULL, 0 }, // 9d { NULL, 0 }, // 9e |