diff options
Diffstat (limited to 'src/net/tmwa/skillhandler.cpp')
-rw-r--r-- | src/net/tmwa/skillhandler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/tmwa/skillhandler.cpp b/src/net/tmwa/skillhandler.cpp index 8b0d6f662..65f86d4bc 100644 --- a/src/net/tmwa/skillhandler.cpp +++ b/src/net/tmwa/skillhandler.cpp @@ -109,7 +109,8 @@ void SkillHandler::processPlayerSkills(Net::MessageIn &msg) for (int k = 0; k < skillCount; k++) { const int skillId = msg.readInt16(); - const int inf = msg.readInt16(); + const SkillType::SkillType inf = static_cast<SkillType::SkillType>( + msg.readInt16()); msg.skip(2); // skill pool flags const int level = msg.readInt16(); msg.readInt16(); // sp |