diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/other/CashShop_Functions.txt | 2 |
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 +} |