diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-30 15:56:51 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-30 15:56:51 +0000 |
commit | 272f0b594ed26ccc42bf8d69b2f0b1cd63b76717 (patch) | |
tree | 5dfdd1ef74d342bac341df30a32b8505039af768 /npc | |
parent | d5815e3e829bc1303559f8649cf05bd257787cfe (diff) | |
download | hercules-272f0b594ed26ccc42bf8d69b2f0b1cd63b76717.tar.gz hercules-272f0b594ed26ccc42bf8d69b2f0b1cd63b76717.tar.bz2 hercules-272f0b594ed26ccc42bf8d69b2f0b1cd63b76717.tar.xz hercules-272f0b594ed26ccc42bf8d69b2f0b1cd63b76717.zip |
* Added Missed Storage Password Function. (bugreport:515)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11846 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/kafras/kafras_alde.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index f87ad0320..1a296bbaf 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/11/30 + * Added Missed Storage Password Function. (bugreport:515) [Samuray22] 2007/11/29 * Rescripted Hair Dresser to the Aegis 10.3 Standards. [Samuray22] 2007/11/28 diff --git a/npc/kafras/kafras_alde.txt b/npc/kafras/kafras_alde.txt index 3d1de5ed7..82fd61044 100644 --- a/npc/kafras/kafras_alde.txt +++ b/npc/kafras/kafras_alde.txt @@ -3,7 +3,7 @@ //===== By: ============================ //= eAthena Dev Team //===== Current Version: ======================= -//= 2.3 +//= 2.3a //===== Compatible With: ============================ //= eAthena 1.0 //===== Description: ============================================ @@ -24,6 +24,7 @@ //= Kafra Leilah is now a full NPC and no longer uses functions. //= Added unique Kafra Welcome message. //= Changed "Yuno" to "Juno" +//= 2.3a Added "callfunc("F_CheckKafCode")" when you open storage. (bugreport:515) [Samuray22] //===================================================================== // Kafra Main Office (Kafra Leilah) ------------------------------------ @@ -76,6 +77,7 @@ aldeba_in,96,181,4 script Kafra Service 113,{ mes "duty if you wish to use"; mes "any of the Kafra Services."; mes "Thank you for your patronage."; + callfunc("F_CheckKafCode"); //check your storage password, if set close2; openstorage; break; |