diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:36:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 21:36:10 -0300 |
commit | cf259d51ed8ad43aadf021fc21dd77b7ecad67aa (patch) | |
tree | 94ffc3c4c2348cc30b53f2305dba75147f2c03e2 /src | |
parent | d796b37a3d9d800e536d42470425966f1d848639 (diff) | |
parent | 1b33e9d77b4ba2e88badebbe09e743f2a4885284 (diff) | |
download | evol-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.c | 1 |
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 { |