summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 11:22:59 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 11:22:59 +0300
commitf580ee13d492ad7971fe3828a9dc59ce8aafbc27 (patch)
treed9353d807504b9dddb15cdaea88447464ceed161 /src/net/npchandler.h
parent2f6d82e85aed4fe91bda5962572188ee6b8afa02 (diff)
downloadplus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.tar.gz
plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.tar.bz2
plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.tar.xz
plus-f580ee13d492ad7971fe3828a9dc59ce8aafbc27.zip
eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.
Diffstat (limited to 'src/net/npchandler.h')
-rw-r--r--src/net/npchandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/npchandler.h b/src/net/npchandler.h
index dbca9ab38..4412a49f8 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -67,6 +67,8 @@ class NpcHandler notfinal
const int amount) const = 0;
virtual void endShopping(const int beingId) const = 0;
+
+ virtual void completeProgressBar() const = 0;
};
} // namespace Net