瀏覽代碼

BETA: Little typo fix after [9063].
* Reported by: jurchiks

Rumen Nikiforov 12 年之前
父節點
當前提交
9b030e9766
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/NpcBuffers/Totems.java

+ 2 - 2
L2J_DataPack_BETA/dist/game/data/scripts/ai/npc/NpcBuffers/Totems.java

@@ -91,9 +91,9 @@ public class Totems extends AbstractNpcAI
 		private final L2Npc _npc;
 		private final SkillHolder _holder;
 		
-		protected TotemAI(L2Npc cake, SkillHolder holder)
+		protected TotemAI(L2Npc npc, SkillHolder holder)
 		{
-			_npc = cake;
+			_npc = npc;
 			_holder = holder;
 		}