summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index a0fd8bac..895e3164 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -56,6 +56,10 @@ class PlayerHandler
virtual void ignoreAll(bool ignore) = 0;
virtual bool canUseMagic() = 0;
+
+ virtual bool canCorrectAttributes() = 0;
+
+ virtual int getJobLocation() = 0;
};
} // namespace Net