Browse Source

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

Charus 15 years ago
parent
commit
b9fc8def17

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