From 44abf0cf80bee24f951856e9a68ccb90039e7413 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 26 Mar 2009 09:55:20 -0600 Subject: Fix talking to NPCs --- src/npc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc.cpp b/src/npc.cpp index df43d548..d0a1a523 100644 --- a/src/npc.cpp +++ b/src/npc.cpp @@ -132,7 +132,7 @@ void NPC::talk() MessageOut outMsg(mNetwork); outMsg.writeInt16(CMSG_NPC_TALK); - outMsg.writeInt16(CMSG_NPC_TALK); + //outMsg.writeInt16(CMSG_NPC_TALK); outMsg.writeInt32(mId); outMsg.writeInt8(0); #endif -- cgit v1.2.3-70-g09d2