ソースを参照

- Added the vaporize line when the player dies in pc_dead.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7809 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 19 年 前
コミット
afb83ab5e0
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/map/pc.c

+ 1 - 0
src/map/pc.c

@@ -4757,6 +4757,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src)
 
 	if(sd->status.hom_id > 0 && sd->hd)	//orn
 	{
+		sd->homunculus.vaporize = 1;
 		merc_stop_walking(sd->hd, 1) ;
 		merc_stop_attack(sd->hd) ;
 		merc_hom_delete(sd->hd,0);