char_item.cpp:6134:38: error: no member named 'MAX_NORM_ATTR_NUM' in
'ITEM_MANAGER'; did you mean simply 'MAX_NORM_ATTR_NUM'?
...if (item2->GetAttributeCount() < ITEM_MANAGER::MAX_NORM_ATTR_NUM)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MAX_NORM_ATTR_NUM
./../../common/item_length.h:26:2: note: 'MAX_NORM_ATTR_NUM' declared here
MAX_NORM_ATTR_NUM = 5,
^
char_item.cpp:6136:42: error: no member named 'MAX_NORM_ATTR_NUM' in
'ITEM_MANAGER'; did you mean simply 'MAX_NORM_ATTR_NUM'?
...while (item2->GetAttributeCount() < ITEM_MANAGER::MAX_NORM_ATTR_NUM)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MAX_NORM_ATTR_NUM
./../../common/item_length.h:26:2: note: 'MAX_NORM_ATTR_NUM' declared here
MAX_NORM_ATTR_NUM = 5,
^
char_item.cpp:6234:4: error: expected statement
}
^
3 errors generated.
gmake[1]: *** [Makefile:108: .obj/char_item.o] Error 1
gmake[1]: Leaving directory '/usr/src/Source/Server/game/src'