*Fixed compile warning.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15389 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
cf229c9c6d
commit
9071e2246a
@ -7226,7 +7226,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
|
|||||||
|
|
||||||
if(!mapindex)
|
if(!mapindex)
|
||||||
{ //Given map not found?
|
{ //Given map not found?
|
||||||
clif_skill_fail(sd,skillid,0,0,0);
|
clif_skill_fail(sd,skillid,0,0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
pc_setpos(sd, mapindex, x, y, CLR_TELEPORT);
|
pc_setpos(sd, mapindex, x, y, CLR_TELEPORT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user