diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-20 23:04:04 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-20 23:04:04 +0000 |
commit | 859de19ef81459a7345501e8f6ee8a4d5837d82e (patch) | |
tree | f20b545f1cec7f2cadaf8c5fa1766a4bf5e81bc8 | |
parent | 3109eca1a714b677dcf6af589edd7a3270d4c4bd (diff) | |
download | hercules-859de19ef81459a7345501e8f6ee8a4d5837d82e.tar.gz hercules-859de19ef81459a7345501e8f6ee8a4d5837d82e.tar.bz2 hercules-859de19ef81459a7345501e8f6ee8a4d5837d82e.tar.xz hercules-859de19ef81459a7345501e8f6ee8a4d5837d82e.zip |
changed 'Improved Concentration' to 'Attention Concentrate'
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9882 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/jobs/2-2/dancer.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt index 1730a2463..a7ec8c666 100644 --- a/npc/jobs/2-2/dancer.txt +++ b/npc/jobs/2-2/dancer.txt @@ -27,6 +27,7 @@ //= 2.3 Updated initnpctimer to attach player to jobDq script [Skotlex] //= 2.4 Attached chrid to be able obtain player's SP on mobs death, optimized a bit [Lupus] //= 2.5 Final fix of obtaining chrid. Now works, no warnings [Lupus] +//= changed 'Improved Concentration' to 'Attention Concentrate' //============================================================ //= Warning Warp to escape the quest if need be @@ -505,7 +506,7 @@ L2_2: mes "While doing this type of dance, you wear special shoes that make loud sounds"; mes "What is this type of dancing called?"; next; - menu "Tap dance",-,"Improved Concentration",L2_3,"Tango",L2_3,"Salsa",L2_3; + menu "Tap dance",-,"Attention Concentrate",L2_3,"Tango",L2_3,"Salsa",L2_3; set @dcpoint,@dcpoint+10; L2_3: mes "[Bijou]"; @@ -740,7 +741,7 @@ OnTimer21000: end; OnTimer26000: set $@DQSP,SP; - mapannounce "job_duncer.gat","Bijou: Use 'Improved Concentration'!",8; + mapannounce "job_duncer.gat","Bijou: Use 'Attention Concentrate'!",8; end; OnTimer29000: if ($@DQSP==SP) goto OnTimer80000; |