- Fixed @homlvup bug
- Fixed AM_REST & AM_RESU consumming SP if they fail - Fixed homunc spawning bug git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8375 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -9783,7 +9783,7 @@ int atcommand_homlevel(
|
||||
if (!message || !*message)
|
||||
return -1;
|
||||
|
||||
if ( sd->status.hom_id == 0 || !sd->homunculus.hp || sd->homunculus.vaporize )
|
||||
if ( !merc_is_hom_active(sd->hd) )
|
||||
return 1 ;
|
||||
|
||||
level = atoi(message);
|
||||
|
||||
Reference in New Issue
Block a user