diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-09 06:01:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-09 06:01:22 +0000 |
commit | 43b85d50d3d78660fd0afa349d3b3158f41352b0 (patch) | |
tree | 0f7753bcfd6094fcec8abf2f0f772ec54f747f2b | |
parent | db037a92b2ba89f6fdc5125a927b08408a36787f (diff) | |
download | hercules-43b85d50d3d78660fd0afa349d3b3158f41352b0.tar.gz hercules-43b85d50d3d78660fd0afa349d3b3158f41352b0.tar.bz2 hercules-43b85d50d3d78660fd0afa349d3b3158f41352b0.tar.xz hercules-43b85d50d3d78660fd0afa349d3b3158f41352b0.zip |
* Rev. 10512 Removed a debugmes from the Kiel Hyre quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10512 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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"; |