summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/skill.cpp')
-rw-r--r--src/gui/skill.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 0059ec25..58eea2e7 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -32,7 +32,6 @@
#include "../playerinfo.h"
#include "../net/messageout.h"
-#include "../net/network.h"
#include "../net/protocol.h"
char *skill_db[] = {
@@ -129,7 +128,6 @@ void SkillDialog::action(const std::string& eventId)
MessageOut outMsg;
outMsg.writeShort(CMSG_SKILL_LEVELUP_REQUEST);
outMsg.writeShort(skillList[selectedSkill]->id);
- writeSet(4);
}
}
else if (eventId == "skill")