Little fix on duel
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8014 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -10184,7 +10184,8 @@ int atcommand_invite(
|
||||
|
||||
if(battle_config.duel_only_on_same_map && target_sd->bl.m != sd->bl.m)
|
||||
{
|
||||
clif_displaymessage(fd, msg_txt(364));
|
||||
sprintf(atcmd_output, msg_txt(364), message);
|
||||
clif_displaymessage(fd, atcmd_output);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user