aboutsummaryrefslogtreecommitdiff
path: root/src/shared/revision_nr.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-06 19:39:42 -0600
committermegamage <none@none>2009-03-06 19:39:42 -0600
commit4f6c96b98c5d5a065f902aa6106c928bf0b2a668 (patch)
treee790dd5071091cbaeffb9d919eba777b519cf25f /src/shared/revision_nr.h
parent417c7c83196aba0c4afdefd75c3edaba91337a88 (diff)
[7394] Check loot_template.maxcount for max allowed value (255) and make better report for this case. Author: VladimirMangos
Also optimize strcture LootStoreItem that let use 4 byte for loot template element in memory instead 5 bytes. But limit group id to 127 max value. Check this at loading. --HG-- branch : trunk
Diffstat (limited to 'src/shared/revision_nr.h')
-rw-r--r--src/shared/revision_nr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h
index 2f255c5e69b..d75e85c3f61 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 "7393"
+ #define REVISION_NR "7394"
#endif // __REVISION_NR_H__