summaryrefslogtreecommitdiff
path: root/src/net/npchandler.h
diff options
context:
space:
mode:
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