diff options
-rw-r--r-- | src/net/eathena/beingrecv.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 590d86cad..a17a58e75 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -1388,10 +1388,10 @@ void BeingRecv::processBeingAttrs(Net::MessageIn &msg) if (dstBeing) dstBeing->setGM(false); } - } - if (haveMount) - { - dstBeing->setHorse(mount); + if (haveMount) + { + dstBeing->setHorse(mount); + } } } |