瀏覽代碼

BETA: L2NpcShiftAction typo fix thanks qwerty for report

Rumen Nikiforov 13 年之前
父節點
當前提交
b05e4ce9a6

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/handlers/actionhandlers/L2NpcActionShift.java

@@ -273,7 +273,7 @@ public class L2NpcActionShift implements IActionHandler
 						
 						StringUtil.append(html1,
 								"<tr>",
-								"<td>","<img src=\"", item.getIcon(), "\" /></td>",
+								"<td><img src=\"" + item.getIcon() + "\" height=32 width=32></td>" + 
 								"<td><font color=\"", color, "\">", item.getName(), "</font></td>",
 								"<td>", (drop.isQuestDrop() ? "Quest" : (cat.isSweep() ? "Sweep" : "Drop")),"</td>",
 								"</tr>"