From d3010ba93e3f30b4af2314434c21f114459b8ef7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Oct 2015 20:22:29 +0300 Subject: Add packet SMSG_NPC_SKIN 0x0b1c. --- src/gui/windows/npcdialog.cpp | 4 ++++ src/gui/windows/npcdialog.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/gui') diff --git a/src/gui/windows/npcdialog.cpp b/src/gui/windows/npcdialog.cpp index f81b3c9a7..32bf7bdab 100644 --- a/src/gui/windows/npcdialog.cpp +++ b/src/gui/windows/npcdialog.cpp @@ -1061,3 +1061,7 @@ void NpcDialog::copyToClipboard(const BeingId npcId, sendBuffer(str); } } + +void NpcDialog::setSkin(const std::string &skin) +{ +} diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index fcd4b7e15..4f6a0f3cf 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -214,6 +214,8 @@ class NpcDialog final : public Window, int isCloseState() const { return mActionState == NPC_ACTION_CLOSE; } + void setSkin(const std::string &skin); + static void copyToClipboard(const BeingId npcId, const int x, const int y); -- cgit v1.2.3-60-g2f50