diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-10 01:23:54 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-10 01:23:54 -0200 |
commit | 42f08002830eea9a5a80f139c2df4aeb1e4ac222 (patch) | |
tree | 5a68c4d92ea6d2a6a7a9766d3d08b25cc64fe395 /npc | |
parent | d59dfeac4893a6f0c38585e37d4af6286f3bed81 (diff) | |
download | serverdata-42f08002830eea9a5a80f139c2df4aeb1e4ac222.tar.gz serverdata-42f08002830eea9a5a80f139c2df4aeb1e4ac222.tar.bz2 serverdata-42f08002830eea9a5a80f139c2df4aeb1e4ac222.tar.xz serverdata-42f08002830eea9a5a80f139c2df4aeb1e4ac222.zip |
[skip ci] Test Server once again faster again in finding by bugs
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1-1/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index b9a126055..46db948cb 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -159,7 +159,7 @@ OnMurder: continue; // We found the dead monster, mark it as dead and stop this meaningless loop - htput .@key$, 0; + htput .@key$, .@mobId, 0; break; } htidelete(.@hti); |