فهرست منبع

BETA: Fixed a small (but hard to find xD) bug in core preventing NPC Pinter (30298) to handle chat bypass correctly, thanks osiride.

MELERIX 13 سال پیش
والد
کامیت
214ac9fb4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      L2J_Server_BETA/java/com/l2jserver/gameserver/model/actor/L2Npc.java

+ 1 - 1
L2J_Server_BETA/java/com/l2jserver/gameserver/model/actor/L2Npc.java

@@ -1299,7 +1299,7 @@ public class L2Npc extends L2Character
 				if (player.isAcademyMember())
 					filename = (getHtmlPath(npcId, 1));
 				else
-					filename = (getHtmlPath(npcId, 0));
+					filename = (getHtmlPath(npcId, val));
 				break;
 			default:
 				if (npcId >= 31865 && npcId <= 31918)