when i used this i got error then suddenly when i remove it
atcommand.c: In function ‘atcommand_param’:
atcommand.c:2517: error: ‘struct Battle_Config’ has no member named ‘atcommand_max_stat_bypass’
atcommand.c: In function ‘atcommand_stat_all’:
atcommand.c:2579: error: ‘struct Battle_Config’ has no member named ‘atcommand_max_stat_bypass’
atcommand.c: In function ‘atcommand_recallall’:
atcommand.c:3532: error: too few arguments to function ‘pc_setstand’
atcommand.c: In function ‘atcommand_reload’:
atcommand.c:3690: warning: implicit declaration of function ‘merc_reload’
atcommand.c:3691: warning: implicit declaration of function ‘read_mercenarydb’
atcommand.c:3692: warning: implicit declaration of function ‘read_mercenary_skilldb’
atcommand.c:3697: warning: implicit declaration of function ‘merc_skill_reload’
atcommand.c: In function ‘atcommand_useskill’:
atcommand.c:5525: warning: implicit declaration of function ‘merc_is_hom_active’
atcommand.c: In function ‘atcommand_autotrade’:
atcommand.c:5747: error: ‘buyingstore_db’ undeclared (first use in this function)
atcommand.c:5747: error: (Each undeclared identifier is reported only once
atcommand.c:5747: error: for each function it appears in.)
atcommand.c: In function ‘atcommand_homlevel’:
atcommand.c:7132: warning: implicit declaration of function ‘merc_hom_levelup’
atcommand.c: In function ‘atcommand_homevolution’:
atcommand.c:7154: warning: implicit declaration of function ‘merc_hom_evolution’
atcommand.c: In function ‘atcommand_makehomun’:
atcommand.c:7214: warning: implicit declaration of function ‘merc_create_homunculus_request’
atcommand.c: In function ‘atcommand_homshuffle’:
atcommand.c:7421: warning: implicit declaration of function ‘merc_hom_shuffle’
atcommand.c: In function ‘atcommand_font’:
atcommand.c:8672: error: ‘struct map_session_data’ has no member named ‘user_font’
atcommand.c:8674: error: ‘struct map_session_data’ has no member named ‘user_font’
atcommand.c:8686: error: ‘struct map_session_data’ has no member named ‘user_font’
atcommand.c:8688: error: ‘struct map_session_data’ has no member named ‘user_font’
atcommand.c: In function ‘atcmd_channel_help’:
atcommand.c:9082: error: ‘Channel_Config’ undeclared (first use in this function)
atcommand.c: In function ‘atcommand_channel’:
atcommand.c:9175: error: ‘Channel_Config’ undeclared (first use in this function)
atcommand.c: In function ‘atcommand_fontcolor’:
atcommand.c:9224: error: ‘Channel_Config’ undeclared (first use in this function)
make[1]: *** [obj/atcommand.o] Error 1
make[1]: Leaving directory `/root/rAthena/src/map'
make: *** [map] Error 2