]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/pouch.h
added a parameter to the tavern buy command that allows you to specify how many items...
[irc/gameservirc.git] / gameserv / pouch.h
index b8de61c3f288095850fc8eb40a5bc9d5c27477ab..6aac0737137f01480eb4dfbb0d701508227a91f9 100644 (file)
@@ -25,6 +25,7 @@ class pouch
   itemContainer *Find(int );
 
   itemContainer *addItem(item *);
+  itemContainer *addItem(item *, int);
   itemContainer *addItemNoChecks(item *);
   void deleteItem(item *);
   list <itemContainer> *getItems() { return &items; };