diff options
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e07d5350d..450d6a099 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/05/10 + * Rev. 10512 Removed a debugmes from the Kiel Hyre quest. [L0ne_W0lf] * Rev. 10508 Stupid mistake, accidentally had 4 copies of the same script in 1... [L0ne_W0lf the bonehead] * Rev. 10507 Large update to the Kiel Hyre Quest. [L0ne_W0lf] - FIxed several small issues (and large one) such as typos in cutins, typos in dialog, etc. diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index b3660c043..4140e75d7 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -7368,7 +7368,6 @@ kh_kiehl02,1,1,0 script KiehlRoom -1,{ end; OnKiehlMobDead: -debugmes "KLol: "+.KHKilled; set .KHKilled,.KHKilled+1; if (.KHKilled == 5) { donpcevent "Kiehl#Original::OnChangeState"; |