From d9216703fd528575422550af613cf1a9ff8cfef4 Mon Sep 17 00:00:00 2001
From: Rumen Nikiforov <unafraid89@gmail.com>
Date: Tue, 24 Jan 2012 17:04:20 +0000
Subject: [PATCH] BETA: Typo fix for [L5146] thanks nonom.

---
 .../dist/game/data/scripts/quests/415_PathToOrcMonk/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/quests/415_PathToOrcMonk/__init__.py b/L2J_DataPack_BETA/dist/game/data/scripts/quests/415_PathToOrcMonk/__init__.py
index 920665aba7..229e2b3dc8 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/quests/415_PathToOrcMonk/__init__.py
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/quests/415_PathToOrcMonk/__init__.py
@@ -6,7 +6,7 @@ from com.l2jserver.gameserver.model.quest import State
 from com.l2jserver.gameserver.model.quest import QuestState
 from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest
 from com.l2jserver.gameserver.network.serverpackets import SocialAction
-from com.l2jserver.gameserver.model.item.type import L2WeaponType 
+from com.l2jserver.gameserver.model.items.type import L2WeaponType 
 
 qn = "415_PathToOrcMonk"
 
-- 
GitLab