diff options
Diffstat (limited to 'src/resources/skillowner.h')
-rw-r--r-- | src/resources/skillowner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/skillowner.h b/src/resources/skillowner.h index 7820bba64..55473ae40 100644 --- a/src/resources/skillowner.h +++ b/src/resources/skillowner.h @@ -27,7 +27,8 @@ namespace SkillOwner { Player = 0, Mercenary = 1, - Homunculus = 2 + Homunculus = 2, + Guild = 3 }; } |