diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-04 17:23:58 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-04 17:23:58 +0000 |
commit | a572e4193823083637917790094c5e38e3f3f389 (patch) | |
tree | 3d81244b01aa2138546872aab28f649723ca7e9a /npc | |
parent | 8178d41dda9214a3b2dfd05f551a8740172215a0 (diff) | |
download | hercules-a572e4193823083637917790094c5e38e3f3f389.tar.gz hercules-a572e4193823083637917790094c5e38e3f3f389.tar.bz2 hercules-a572e4193823083637917790094c5e38e3f3f389.tar.xz hercules-a572e4193823083637917790094c5e38e3f3f389.zip |
Fixed a typo in tu_archer.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10157 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 80c8651e1..b993f0f3d 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/04/05 + * Fixed a typo in tu_archer.txt [ultramage] 2007/04/04 * Updated Gunslinger quest [Playtester] - you can now create a Butcher diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index f1c2ee2ae..36f2c3a86 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1940,7 +1940,7 @@ OnTouch: //=================================================Bishop Maugins==================================================== monk_in,19,43,1 script Bishop Maugins 60,{ mes "[Bishop Maugins]"; - if(vu_archer02 == 7){ + if(tu_archer02 == 7){ mes "Greetings."; mes "I doubt that you're here to change to the Monk job, but may I help you with something? Perhaps you're here for a confession?"; next; |