diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
commit | 8508ca74ad6deea3f27cf14c2158a07059b4eb75 (patch) | |
tree | cb9589b37df7c5dad78597c507f16effa53ddcd4 /npc/custom/banks/kafra_bank.txt | |
parent | dbc9cb6c9faff4c0c82b8e236ee6c8db99cb3e06 (diff) | |
download | hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.gz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.bz2 hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.xz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.zip |
* Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921)
* Corrected a lot of ";;" Typo errors.
-Some of this are in the bugreport:919
* Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911)
* Corrected some typo error with "rouge". (bugreport:909)
* Moved Custom Event folder to Custom Folder.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/banks/kafra_bank.txt')
-rw-r--r-- | npc/custom/banks/kafra_bank.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/custom/banks/kafra_bank.txt b/npc/custom/banks/kafra_bank.txt index 7e4a07e7b..a8a178b1f 100644 --- a/npc/custom/banks/kafra_bank.txt +++ b/npc/custom/banks/kafra_bank.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus (1.0) //===== Current Version: ===================================== -//= 1.2 +//= 1.2a //===== Compatible With: ===================================== //= eAthena 1.x //===== Description: ========================================= @@ -17,6 +17,7 @@ // 1.1 Added log of bank operation -> logmes "some info"; // 1.2 Set max income to 100,000z. It would help to avoid // zeny exploits when you change DATE at your server +// 1.2a Corrected bad duplicate names. (bugreport:921) [Samuray22] //============================================================ prontera,131,190,1 script Bank Clerk::bankg 833,{ @@ -111,6 +112,6 @@ B_EXIT2: close; } -geffen,125,73,3 duplicate(bankg) Bank Clerk#2 833 -izlude,145,107,1 duplicate(bankg) Bank Clerk#3 833 -morocc,147,84,7 duplicate(bankg) Bank Clerk#4 833
\ No newline at end of file +geffen,125,73,3 duplicate(bankg) Bank Clerk#2-1 833 +izlude,145,107,1 duplicate(bankg) Bank Clerk#3-1 833 +morocc,147,84,7 duplicate(bankg) Bank Clerk#4-1 833
\ No newline at end of file |