diff options
author | megamage <none@none> | 2009-02-08 21:54:13 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-08 21:54:13 -0600 |
commit | 2bd90deeedb6282eab9dfce650fbaf2bda451ee8 (patch) | |
tree | 26a6af03fd6757b52002e56469a728f75a42abc8 /src/shared/revision_nr.h | |
parent | 11b9bd42f76db238af914112bdc065fc8293451d (diff) |
[7239] Support multiply items loot and not normal loot items in Player::AutoStoreLoot. Author: VladimirMangos
Use this function in more cases and simplify and fix some related code.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/revision_nr.h')
-rw-r--r-- | src/shared/revision_nr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f8ffeb005b6..64965aa0954 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7238" + #define REVISION_NR "7239" #endif // __REVISION_NR_H__ |