summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-03 22:14:58 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-03 22:15:26 +0300
commit1415b89614adca023caafd98a66adee716bc9299 (patch)
tree6cc0ee8c055a68a937e3e5914cc8a0bc2832c730 /src/net/eathena/skillrecv.cpp
parent7cf462cbf7b6c5eb21326d4d62cba7ddf8dea5a0 (diff)
downloadplus-1415b89614adca023caafd98a66adee716bc9299.tar.gz
plus-1415b89614adca023caafd98a66adee716bc9299.tar.bz2
plus-1415b89614adca023caafd98a66adee716bc9299.tar.xz
plus-1415b89614adca023caafd98a66adee716bc9299.zip
Fix hiding deleted skills from skill info list without delete packet.s20180503
This can happend with temporary skills.
Diffstat (limited to 'src/net/eathena/skillrecv.cpp')
-rw-r--r--src/net/eathena/skillrecv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/skillrecv.cpp b/src/net/eathena/skillrecv.cpp
index 9fcc41589..2d7bb04a9 100644
--- a/src/net/eathena/skillrecv.cpp
+++ b/src/net/eathena/skillrecv.cpp
@@ -101,6 +101,7 @@ void SkillRecv::processPlayerSkills(Net::MessageIn &msg)
if (skillDialog != nullptr)
{
skillDialog->update();
+ skillDialog->updateModelsHidden();
if (updateSkill != 0)
skillDialog->playUpdateEffect(updateSkill);
}