Pa'agrio Lord Kakai:
+Pa'agrio Lord Kakai:
Whoa! Step back a bit, that's one potent and nasty Evil Fragment you've got there. From Pantheon, huh? What does he want me to do with it?
\ No newline at end of file
diff --git a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-02.htm b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-02.htm
index 1ea683a6aa..ce13568c28 100644
--- a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-02.htm
+++ b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-02.htm
@@ -1,4 +1,4 @@
-Pantheon:
+Pantheon:
It's an Evil Fragment. Our research has shown that by itself it is completely harmless.
However, when they incubate in the corpses buried under Ye Sagira they create horrible creatures.
diff --git a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-05.html b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-05.html
index 780c950325..b2f816271d 100644
--- a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-05.html
+++ b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-05.html
@@ -1,3 +1,3 @@
Pantheon:
-If the fragment hatches in the museum, it'ill be a complete disaster! Go to Pa'agrio Lord Kakai in the Administration Office and have him destroy it!
+If the fragment hatches in the museum, it'll be a complete disaster! Go to Pa'agrio Lord Kakai in the Administration Office and have him destroy it!
\ No newline at end of file
diff --git a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-06.html b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-06.htm
similarity index 51%
rename from trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-06.html
rename to trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-06.htm
index 2509d9b7b5..ba6065dc24 100644
--- a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-06.html
+++ b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-06.htm
@@ -1,4 +1,4 @@
Pantheon:
-I'm sorry. The time hasn't come for you.
-(Only characters under level 20, who have completed the "Looking for New Power" quest, may start this quest.)
+I'm sorry. The time hasn't yet come for you.
+(Only characters under level 20, who have completed the "Looking for New Power" quest, may start this quest)
\ No newline at end of file
diff --git a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-07.html b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-07.html
index 6999da6f98..3a2a04be26 100644
--- a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-07.html
+++ b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/32972-07.html
@@ -1,4 +1,4 @@
Pantheon:
-Evil Fragment is a walking corpse! It's horriable, don't you think?
-(You have already completed this quest.)
+Evil Fragment is a walking corpse! It's horrible, don't you think?
+(You have already completed this quest)
\ No newline at end of file
diff --git a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/Q10328_RequestToSealTheEvilFragment.java b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/Q10328_RequestToSealTheEvilFragment.java
index d826fbbc33..31f1df5671 100644
--- a/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/Q10328_RequestToSealTheEvilFragment.java
+++ b/trunk/dist/game/data/scripts/quests/Q10328_RequestToSealTheEvilFragment/Q10328_RequestToSealTheEvilFragment.java
@@ -32,10 +32,8 @@ public final class Q10328_RequestToSealTheEvilFragment extends Quest
// Npcs
private static final int PANTHEON = 32972;
private static final int KAKAI = 30565;
-
- // Items
+ // Item
private static final int EVIL_FRAGMENT = 17577;
-
// Level Condition
private static final int MAX_LEVEL = 20;
@@ -44,9 +42,9 @@ public final class Q10328_RequestToSealTheEvilFragment extends Quest
super(10328, Q10328_RequestToSealTheEvilFragment.class.getSimpleName(), "Request to Seal the Evil Fragment");
addStartNpc(PANTHEON);
addTalkId(PANTHEON, KAKAI);
- addCondMaxLevel(MAX_LEVEL, "32972-06.html");
+ addCondMaxLevel(MAX_LEVEL, "32972-06.htm");
registerQuestItems(EVIL_FRAGMENT);
- addCondCompletedQuest(Q10327_IntruderWhoWantsTheBookOfGiants.class.getSimpleName(), "32972-06.html");
+ addCondCompletedQuest(Q10327_IntruderWhoWantsTheBookOfGiants.class.getSimpleName(), "32972-06.htm");
}
@Override