summaryrefslogtreecommitdiff
path: root/src/net/gameserver/player.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-29 17:08:58 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-29 17:08:58 +0000
commit69dfa053e2d3fc50703338bb2865c33d966dda16 (patch)
treee1ba3f9fda1f3cc4a0a9b09f6f162da399a3eb2a /src/net/gameserver/player.h
parentd61fdaf1932724f86a68484c4a05195ca270646e (diff)
downloadmana-client-69dfa053e2d3fc50703338bb2865c33d966dda16.tar.gz
mana-client-69dfa053e2d3fc50703338bb2865c33d966dda16.tar.bz2
mana-client-69dfa053e2d3fc50703338bb2865c33d966dda16.tar.xz
mana-client-69dfa053e2d3fc50703338bb2865c33d966dda16.zip
Converted trading to new server.
Diffstat (limited to 'src/net/gameserver/player.h')
-rw-r--r--src/net/gameserver/player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/gameserver/player.h b/src/net/gameserver/player.h
index cb6927ba..8b4cde5b 100644
--- a/src/net/gameserver/player.h
+++ b/src/net/gameserver/player.h
@@ -43,6 +43,9 @@ namespace Net
void changeAction(Being::Action action);
void talkToNPC(int id, bool restart);
void selectFromNPC(int id, int choice);
+ void requestTrade(int id);
+ void acceptTrade(bool accept);
+ void tradeItem(int slot, int amount);
}
}
}