diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 4616e811..31b82b67 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -667,11 +667,13 @@ void do_input() // Player default: trade case Being::PLAYER: { + if (target != player_node) { MessageOut outMsg; outMsg.writeShort(0x00e4); outMsg.writeLong(target->getId()); writeSet(6); tradePartnerName = target->getName(); + } } break; |