From d605691a3fe219cde175eb68239bea91ae2d91fd Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 9 Mar 2009 13:26:59 -0600 Subject: Send the correct packet for the NPC close button Both packets do the same, but we should be explicit anyways. Also, seperate out NPC client packets. --- src/net/npchandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/npchandler.cpp') diff --git a/src/net/npchandler.cpp b/src/net/npchandler.cpp index 487b358f..08ea8506 100644 --- a/src/net/npchandler.cpp +++ b/src/net/npchandler.cpp @@ -78,7 +78,7 @@ void NPCHandler::handleMessage(MessageIn *msg) npcTextDialog->showCloseButton(); // Otherwise, move on as an empty dialog doesn't help else - npcTextDialog->nextDialog(id); + npcTextDialog->closeDialog(id); break; case SMSG_NPC_NEXT: -- cgit v1.2.3-70-g09d2