From dbc3e0878510f5d8ae7d3aca21607bfa2648b421 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 20 Sep 2011 23:46:48 +0000 Subject: * Applied map flag update patch provided by Daegaladh. Will mess with custom restricted items. - Adds a reset mapflag which is checked when using the Neuralizer. - Syncronizes the item_noequip_db bitmasks with with skill_nocast_db. - Updates mapflags, and both skills and items which are restricted. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14961 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index c2599d68d..e98481f22 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4416,6 +4416,8 @@ ACMD_FUNC(mapinfo) strcat(atcmd_output, "NoIcewall | "); if (map[m_id].flag.allowks) strcat(atcmd_output, "AllowKS | "); + if (map[m_id].flag.reset) + strcat(atcmd_output, "Reset | "); clif_displaymessage(fd, atcmd_output); strcpy(atcmd_output,"Other Flags: "); -- cgit v1.2.3-60-g2f50