From 0f68ad394abe13e2374f84f02ac1b04e62fe406e Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sat, 14 May 2011 12:07:33 +0000 Subject: * Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respective state struct (from r13813, follow up to r14795). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14818 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index c5c18aea0..d070b6886 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2705,7 +2705,7 @@ static const char* npc_parse_mob(char* w1, char* w2, char* w3, char* w4, const c memset(&mob, 0, sizeof(struct spawn_data)); - mob.boss = !strcmpi(w2,"boss_monster"); + mob.state.boss = !strcmpi(w2,"boss_monster"); // w1=,,,, // w4=,,,, -- cgit v1.2.3-60-g2f50