summaryrefslogtreecommitdiff
path: root/src/gui/npc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/npc.cpp')
-rw-r--r--src/gui/npc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/npc.cpp b/src/gui/npc.cpp
index 122cffa6..16641916 100644
--- a/src/gui/npc.cpp
+++ b/src/gui/npc.cpp
@@ -30,7 +30,6 @@
#include "../game.h"
#include "../net/messageout.h"
-#include "../net/network.h"
#include "../net/protocol.h"
NpcListDialog::NpcListDialog():
@@ -133,7 +132,6 @@ NpcListDialog::action(const std::string& eventId)
outMsg.writeShort(CMSG_NPC_LIST_CHOICE);
outMsg.writeLong(current_npc);
outMsg.writeByte(choice);
- writeSet(7);
setVisible(false);
reset();
current_npc = 0;