[6909] Correctly equip all possible amount non stackable items from custom initial items with >1 amount instead equip single and ignore other.

Also corrently report error at buy to equip slot not single item (impossible using normal client way)
instead silencely ingnore amount and equip single by stack price.
This commit is contained in:
VladimirMangos 2008-12-15 03:08:01 +03:00
parent a62801aee9
commit a89080730d
3 changed files with 33 additions and 21 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6908"
#define REVISION_NR "6909"
#endif // __REVISION_NR_H__