summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-08 21:36:10 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-08 21:36:10 -0300
commitcf259d51ed8ad43aadf021fc21dd77b7ecad67aa (patch)
tree94ffc3c4c2348cc30b53f2305dba75147f2c03e2 /src
parentd796b37a3d9d800e536d42470425966f1d848639 (diff)
parent1b33e9d77b4ba2e88badebbe09e743f2a4885284 (diff)
downloadevol-hercules-cf259d51ed8ad43aadf021fc21dd77b7ecad67aa.tar.gz
evol-hercules-cf259d51ed8ad43aadf021fc21dd77b7ecad67aa.tar.bz2
evol-hercules-cf259d51ed8ad43aadf021fc21dd77b7ecad67aa.tar.xz
evol-hercules-cf259d51ed8ad43aadf021fc21dd77b7ecad67aa.zip
[skip ci]
Diffstat (limited to 'src')
-rw-r--r--src/emap/mob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/mob.c b/src/emap/mob.c
index b4f4f31..fbc75b6 100644
--- a/src/emap/mob.c
+++ b/src/emap/mob.c
@@ -192,6 +192,7 @@ static void emob_load_weaponattacks(const char *type,
{
for (int f = 0; f < MAX_WEAPON_TYPE; f ++)
data->weaponAttacks[f] = val;
+ return;
}
else
{