소스 검색

Fix for http://www.l2jserver.com/trac/ticket/4243
thx Hari

Charus 15 년 전
부모
커밋
b9fc8def17
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2CastleWarehouseInstance.java

+ 2 - 0
L2_GameServer/java/net/sf/l2j/gameserver/model/actor/instance/L2CastleWarehouseInstance.java

@@ -181,8 +181,10 @@ public class L2CastleWarehouseInstance extends L2NpcInstance
 					player.sendPacket(npcHtmlMessage);
 				}
 				else
+				{
 					_log.warning("Missing htm: " + htmFile + "!");
 					player.sendMessage("This NPC's html is missing. Please inform the server admin.");
+				}
 			}
 			else
 				showWithdrawWindowClan(player, null, (byte) 0);