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 040b191a9..af92eb0b1 100644
--- a/src/net/npchandler.h
+++ b/src/net/npchandler.h
@@ -76,6 +76,8 @@ class NpcHandler notfinal
virtual void buy(const Being *const being) const = 0;
+ virtual void buy(const BeingId beingId) const = 0;
+
virtual void sell(const BeingId beingId) const = 0;
virtual void buyItem(const BeingId beingId,