summaryrefslogtreecommitdiff
path: root/src/net/ea
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea')
-rw-r--r--src/net/ea/beingnet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/beingnet.cpp b/src/net/ea/beingnet.cpp
index c7f64aa66..621e76b0c 100644
--- a/src/net/ea/beingnet.cpp
+++ b/src/net/ea/beingnet.cpp
@@ -366,7 +366,7 @@ void BeingNet::processSkillNoDamage(Net::MessageIn &msg)
msg.readBeingId("dst being id"));
Being *const srcBeing = actorManager->findBeing(
msg.readBeingId("src being id"));
- const int flag = msg.readUInt8("fail");
+ msg.readUInt8("fail");
if (srcBeing)
srcBeing->handleSkill(dstBeing, heal, id, 1);