summaryrefslogtreecommitdiff
path: root/src/resources/skillowner.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-07 13:22:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-07 13:22:17 +0300
commitffff40ebf2296b68794172c86d0e0115a3c102d8 (patch)
treebc0cb5fd5b7e98e234cb193a57832406b19b3d9b /src/resources/skillowner.h
parent561146476411a5df4610427123d3bdbd2c006515 (diff)
downloadplus-ffff40ebf2296b68794172c86d0e0115a3c102d8.tar.gz
plus-ffff40ebf2296b68794172c86d0e0115a3c102d8.tar.bz2
plus-ffff40ebf2296b68794172c86d0e0115a3c102d8.tar.xz
plus-ffff40ebf2296b68794172c86d0e0115a3c102d8.zip
Add reading guild skills in processGuildSkillInfo.
Diffstat (limited to 'src/resources/skillowner.h')
-rw-r--r--src/resources/skillowner.h3
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
};
}