diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-05 12:08:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:57 +0300 |
commit | 57978a09e9d32a44a95823716d790065d73f977a (patch) | |
tree | 0d89ebeebb91b86fd2c16fa9066b5a08fd7e4f73 /src/gui/widgets/skillinfo.h | |
parent | 3b1d570f626786d141d99a7923669e82e0c125ca (diff) | |
download | plus-57978a09e9d32a44a95823716d790065d73f977a.tar.gz plus-57978a09e9d32a44a95823716d790065d73f977a.tar.bz2 plus-57978a09e9d32a44a95823716d790065d73f977a.tar.xz plus-57978a09e9d32a44a95823716d790065d73f977a.zip |
Add skill type reading from server
Diffstat (limited to 'src/gui/widgets/skillinfo.h')
-rw-r--r-- | src/gui/widgets/skillinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/skillinfo.h b/src/gui/widgets/skillinfo.h index 7570feca5..f096da9ac 100644 --- a/src/gui/widgets/skillinfo.h +++ b/src/gui/widgets/skillinfo.h @@ -53,6 +53,7 @@ struct SkillInfo final int skillLevelWidth; unsigned int id; int range; + int type; bool modifiable; bool visible; |