summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-16 23:43:09 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-16 23:43:09 +0000
commitf58c458ef468ed5aea31e447478e0f33cba51577 (patch)
tree01203e6e3220a0d2420bc82cf9bcc83331ba69f3 /npc
parent64c3397ef48083b1842268cf0b691a07fe572b97 (diff)
downloadhercules-f58c458ef468ed5aea31e447478e0f33cba51577.tar.gz
hercules-f58c458ef468ed5aea31e447478e0f33cba51577.tar.bz2
hercules-f58c458ef468ed5aea31e447478e0f33cba51577.tar.xz
hercules-f58c458ef468ed5aea31e447478e0f33cba51577.zip
Missed one. :> And thanks for Jetvictor for pointing it out. bugreport:239
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11496 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt3
-rw-r--r--npc/other/CashShop_Functions.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index c8d019ec7..1b6028c8c 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,8 +1,9 @@
Date Added
======
2007/10/16
+ * Rev. 11496 Missed one. :> And thanks for Jetvictor for pointing it out. bugreport:239 [L0ne_W0lf]
* Rev. 11495 Added a return at the end of several scripts. [L0ne_W0lf]
- Should deal with errors being shown in due to a recent commit by FlavioJS
+ Should deal with errors being shown due to a recent commit by FlavioJS
2007/10/14
* Rev. 11473 Changed "Marthilda" to "Mathilda" in the Aco and priest Job quests. [L0ne_W0lf]
* Rev. 11472 Updated Merchant quest skill NPCs. [L0ne_W0lf]
diff --git a/npc/other/CashShop_Functions.txt b/npc/other/CashShop_Functions.txt
index 8dca165b5..3938e2e3e 100644
--- a/npc/other/CashShop_Functions.txt
+++ b/npc/other/CashShop_Functions.txt
@@ -91,4 +91,4 @@ function script F_CashDungeon {
case 13: warp "c_tower1",0,0; end;
}
return;
-} \ No newline at end of file
+}