summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-27 16:31:18 -0300
committershennetsind <ind@henn.et>2013-06-27 16:31:18 -0300
commit897f598ab7ea2235d551081f54328ee69970f731 (patch)
treecba38e4e6f994b2cd871fd0019b342306475ee56 /src/map/npc.c
parent85ac3b03b9e642bc322109ea8c176c43192eb4bd (diff)
parent15398c9b90693707c3e49c349e24e6dd655f12a9 (diff)
downloadhercules-897f598ab7ea2235d551081f54328ee69970f731.tar.gz
hercules-897f598ab7ea2235d551081f54328ee69970f731.tar.bz2
hercules-897f598ab7ea2235d551081f54328ee69970f731.tar.xz
hercules-897f598ab7ea2235d551081f54328ee69970f731.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 2dd02e88f..df9a9426f 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -3372,6 +3372,8 @@ const char* npc_parse_mapflag(char* w1, char* w2, char* w3, char* w4, const char
map[m].flag.guildlock=state;
else if (!strcmpi(w3,"reset"))
map[m].flag.reset=state;
+ else if (!strcmpi(w3,"notomb"))
+ map[m].flag.notomb=state;
else if (!strcmpi(w3,"adjust_unit_duration")) {
int skill_id, k;
char skill_name[MAP_ZONE_MAPFLAG_LENGTH], modifier[MAP_ZONE_MAPFLAG_LENGTH];