diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-05 17:09:47 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-05 17:09:47 +0000 |
commit | b81ff1c3772fddc5885042a29d8b8ece39a4629a (patch) | |
tree | 055aa194633551bb98dbfc83352079a3f4512816 /src/map/map.h | |
parent | 0a21b3250da89a79769f40ad8244de7898e549fe (diff) | |
download | hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.gz hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.bz2 hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.tar.xz hercules-b81ff1c3772fddc5885042a29d8b8ece39a4629a.zip |
- Merged Auction Search and Register. It seen to work fine, so you can test those.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12301 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 687b89731..8ded26f9d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -784,6 +784,11 @@ struct map_session_data { int cashPoints, kafraPoints; + // Auction System [Zephyrus] + struct { + int index, amount; + } auction; + // Mail System [Zephyrus] struct { short nameid; |