diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 09:27:15 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 09:27:15 +0000 |
commit | eafe35a5fe75ddef4ac085c6296721fd3377c080 (patch) | |
tree | 6167ceda1ad355ec9e33dd22a35335ed8b97986f /npc/quests/quests_lighthalzen.txt | |
parent | f4e6b07bfcbaaf93f15e606ce1a64acf50d14c1b (diff) | |
download | hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.tar.gz hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.tar.bz2 hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.tar.xz hercules-eafe35a5fe75ddef4ac085c6296721fd3377c080.zip |
updated gunslinger quest/ updated 2006 headgears. fixed lighthalzen quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7996 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 7503ce95f..3e2feb588 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -2545,7 +2545,7 @@ s_Ask: yuno_in04.gat,168,117,1 script Book 111,{
- if(friendship3 == 3)goto Book2;
+ if(friendship3 >= 3)goto Book2;
if(friendship3 == 2)goto Book;
mes "^3131FFThis book is labeled,";
mes "\"Benkastein's Journal";
|