diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-04 08:16:13 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-04 08:16:13 +0000 |
commit | eb8db9b1da1abdc41768e23c84f53720bc62fc55 (patch) | |
tree | 80d371e3ac1c1fbd56d3ed4f03ecc8bab3a359ba /npc/Changelog.txt | |
parent | 577030c8bb2b2952cd97869f1c47a0fb1276933f (diff) | |
download | hercules-eb8db9b1da1abdc41768e23c84f53720bc62fc55.tar.gz hercules-eb8db9b1da1abdc41768e23c84f53720bc62fc55.tar.bz2 hercules-eb8db9b1da1abdc41768e23c84f53720bc62fc55.tar.xz hercules-eb8db9b1da1abdc41768e23c84f53720bc62fc55.zip |
Added a bunch of missing "end;"s for Broken Sword Quest that caused NPC to execute unwanted labels. (bugreport:2404)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13349 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r-- | npc/Changelog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 4abce2edb..150d289e1 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/11/04 + * Added a bunch of missing "end;"s for Broken Sword Quest that caused NPC to execute unwanted labels. (bugreport:2404) [Paradox924X] 2008/10/28 * Fixed location error in Blacksmith quest. NPC said Alberta, NPC location in Einbech (bugreport:2401) [Jman] * Fixed minor typo in tu_archer NPC. (bugreport:2393) [Jman] |