[8343] Extand level allowed range for item use to upper values if it end at max player level.

Also add DEFAULT_MAX_LEVEL define for store current used client expection about max player level.
For example for current supported this is 80.
This commit is contained in:
VladimirMangos 2009-08-10 13:08:02 +04:00
parent 6a4b79cdc2
commit 93ed08e886
5 changed files with 24 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8342"
#define REVISION_NR "8343"
#endif // __REVISION_NR_H__