diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-23 22:25:07 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-23 22:25:07 +0000 |
commit | b413c736331227ce3198831dda21b5e484182359 (patch) | |
tree | 6f41713d5212ca5623b18cb5257222a1904f4c36 /npc/quests/first_class | |
parent | d3befe104777d7ca4fc2cd4431125f9b35991bea (diff) | |
download | hercules-b413c736331227ce3198831dda21b5e484182359.tar.gz hercules-b413c736331227ce3198831dda21b5e484182359.tar.bz2 hercules-b413c736331227ce3198831dda21b5e484182359.tar.xz hercules-b413c736331227ce3198831dda21b5e484182359.zip |
Fixed Mage Tutorial Quest
Fixed typos in Ninja Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9302 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class')
-rw-r--r-- | npc/quests/first_class/tu_ma_th01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/first_class/tu_ma_th01.txt b/npc/quests/first_class/tu_ma_th01.txt index 64ec076aa..2ef6c2893 100644 --- a/npc/quests/first_class/tu_ma_th01.txt +++ b/npc/quests/first_class/tu_ma_th01.txt @@ -661,7 +661,7 @@ moc_fild18.gat,109,197,0 script battle_traces#15 844,{ } else { mes "It did not affect anything. Other things may be necessary."; delitem 506, 1; - set tu_thief01, 23; + set tu_magician01, 23; close; } break; |