summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beingrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/beingrecv.cpp')
-rw-r--r--src/net/tmwa/beingrecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp
index 7a1b86356..7ff599be5 100644
--- a/src/net/tmwa/beingrecv.cpp
+++ b/src/net/tmwa/beingrecv.cpp
@@ -23,6 +23,7 @@
#include "net/tmwa/beingrecv.h"
#include "actormanager.h"
+#include "configuration.h"
#include "effectmanager.h"
#include "guild.h"
#include "party.h"
@@ -68,7 +69,7 @@ static void setGm(Being *const dstBeing,
{
if ((gmstatus & 0x80) != 0)
{
- dstBeing->setGroupId(60);
+ dstBeing->setGroupId(paths.getIntValue("gmDefaultLevel"));
dstBeing->setGM(true);
}
else