Fixed some LGTM warnings (#6767)
Co-authored-by: aleos <aleos89@users.noreply.github.com>
This commit is contained in:
@@ -236,7 +236,7 @@ void mvptomb_destroy(struct mob_data *md) {
|
||||
struct npc_data *nd;
|
||||
|
||||
if ( (nd = map_id2nd(md->tomb_nid)) ) {
|
||||
int16 i;
|
||||
int i;
|
||||
struct map_data *mapdata = map_getmapdata(nd->bl.m);
|
||||
|
||||
clif_clearunit_area(&nd->bl,CLR_OUTSIGHT);
|
||||
|
||||
Reference in New Issue
Block a user