- 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:
toms
2006-08-19 21:04:17 +00:00
parent 7a37455dbb
commit a2f9e1bd0a
5 changed files with 20 additions and 3 deletions

View File

@@ -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);