diff options
author | megamage <none@none> | 2009-02-27 12:24:09 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-27 12:24:09 -0600 |
commit | 14a3f5f923103c64fe7eb7ce3a9fcee741dacb5e (patch) | |
tree | a98b6aad43b1a2089f0a42b929ec456599ca35d1 /src/shared/revision_nr.h | |
parent | 2d5f3150ab411b2e118f923fc77ee68381c53e90 (diff) |
[7344] Ignore drop rate multipliers in loot groups. Author: Velorien
For grouped loot use rates create problems with impossibility loot some items including quest items.
--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 69bc7ff5a3d..85c3c3d3bb6 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 "7342" + #define REVISION_NR "7344" #endif // __REVISION_NR_H__ |