I added Xantara's @itemmap package. I'm using revision 17420. When I recompiled, I got this error.
*http://rathena.org/board/files/file/2242-package-itemmap-getitem-map/
CC atcommand.c
atcommand.c: In function âatcommand_itemmapâ:
atcommand.c:1306: warning: suggest parentheses around && within ||
atcommand.c:1327:37: error: macro "msg_txt" requires 2 arguments, but only 1 given
atcommand.c:1327: error: âmsg_txtâ undeclared (first use in this function)
atcommand.c:1327: error: (Each undeclared identifier is reported only once
atcommand.c:1327: error: for each function it appears in.)
atcommand.c:1353:39: error: macro "msg_txt" requires 2 arguments, but only 1 given
atcommand.c:1363:39: error: macro "msg_txt" requires 2 arguments, but only 1 given
atcommand.c:1381:36: error: macro "msg_txt" requires 2 arguments, but only 1 given
make[1]: *** [obj_sql/atcommand.o] Error 1
make[1]: Leaving directory `/root/rathena/src/map'
make: *** [map_sql] Error 2
Any ideas on how to fix this? A quick help would really be appreciated. Thanks!