From b4c69581e187b4d6aeefdcd3ea256e2951b82c15 Mon Sep 17 00:00:00 2001
From: Zoey76 <zoey_76@msn.com>
Date: Thu, 20 Nov 2014 13:30:15 -0200
Subject: [PATCH] Moving default talk HTML within AI for NPC Kanaf.

---
 .../32346.htm => scripts/hellbound/AI/NPC/Kanaf/32346.html} | 6 ++----
 .../game/data/scripts/hellbound/AI/NPC/Kanaf/Kanaf.java     | 1 +
 2 files changed, 3 insertions(+), 4 deletions(-)
 rename L2J_DataPack/dist/game/data/{html/default/32346.htm => scripts/hellbound/AI/NPC/Kanaf/32346.html} (70%)

diff --git a/L2J_DataPack/dist/game/data/html/default/32346.htm b/L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/32346.html
similarity index 70%
rename from L2J_DataPack/dist/game/data/html/default/32346.htm
rename to L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/32346.html
index 4a523aca0d..e024876a71 100644
--- a/L2J_DataPack/dist/game/data/html/default/32346.htm
+++ b/L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/32346.html
@@ -1,8 +1,6 @@
 <html><body>Kanaf:<br>
-Shh! Please be still. Over there is the <font color="LEVEL">old town</font>, which is the only entrance to the Steel Citadel. 
-It is used as a prison camp for Native captives.<br>
-Some time ago, when the Steel Citadel's defenses were temporarily weakened, we attacked the town in an attempt to rescue the captives. 
-However, the enemy was still too strong, and many of us were killed or wounded.<br>
+Shh! Please be still. Over there is the <font color="LEVEL">old town</font>, which is the only entrance to the Steel Citadel. It is used as a prison camp for Native captives.<br>
+Some time ago, when the Steel Citadel's defenses were temporarily weakened, we attacked the town in an attempt to rescue the captives. However, the enemy was still too strong, and many of us were killed or wounded.<br>
 And our comrades in the town still thirst for their freedom!<br>
 <a action="bypass -h npc_%objectId%_Quest UrbanArea">Infiltrate the town.</a><br>
 <a action="bypass -h Quest Kanaf info">Ask him for new information about the town.</a><br>
diff --git a/L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/Kanaf.java b/L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/Kanaf.java
index 0d4fa78de9..0c802e8728 100644
--- a/L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/Kanaf.java
+++ b/L2J_DataPack/dist/game/data/scripts/hellbound/AI/NPC/Kanaf/Kanaf.java
@@ -37,6 +37,7 @@ public final class Kanaf extends AbstractNpcAI
 		super(Kanaf.class.getSimpleName(), "hellbound/AI/NPC");
 		addStartNpc(KANAF);
 		addTalkId(KANAF);
+		addFirstTalkId(KANAF);
 	}
 	
 	@Override
-- 
GitLab