From be46ec837d64419075f2ca044b85b1c241c91c07 Mon Sep 17 00:00:00 2001 From: Mordred Date: Sun, 4 Mar 2018 17:53:40 +0100 Subject: [PATCH] Fixed boundByDuty state so duty menu works in instance --- src/common/Common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/Common.h b/src/common/Common.h index 05517df7..d1a8810d 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -390,10 +390,8 @@ namespace Common { InNpcEvent1 = 10, // Sent together with InNpcEvent, when waiting for input? just a guess... - BoundByDuty = 11, - BetweenAreas = 24, - + BoundByDuty = 28, WatchingCutscene = 50, // this is actually just a dummy, this id is different