diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 18:38:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 18:38:55 -0300 |
commit | 0bd563f7101f41cd72e253f043b3d1ae72a2c55e (patch) | |
tree | dc0073035f09025ae5d00cb8513d3e6a3462a0fa /npc/009-5/joaquim.txt | |
parent | ba12cbf40a358e1fb256fdd1c607c9eae58922e9 (diff) | |
download | serverdata-0bd563f7101f41cd72e253f043b3d1ae72a2c55e.tar.gz serverdata-0bd563f7101f41cd72e253f043b3d1ae72a2c55e.tar.bz2 serverdata-0bd563f7101f41cd72e253f043b3d1ae72a2c55e.tar.xz serverdata-0bd563f7101f41cd72e253f043b3d1ae72a2c55e.zip |
Raise Joaquim's quest level to 55
Diffstat (limited to 'npc/009-5/joaquim.txt')
-rw-r--r-- | npc/009-5/joaquim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt index ae71ab0fd..a5f2a0d73 100644 --- a/npc/009-5/joaquim.txt +++ b/npc/009-5/joaquim.txt @@ -10,7 +10,7 @@ 009-5,36,35,4 script Joaquim NPC_PLAYER,{ .@q=getq(HalinarzoQuest_SickWife); if (BaseLevel < 36) goto L_TooWeak; - if (BaseLevel < 50) goto L_Weak; + if (BaseLevel < 55) goto L_Weak; if (.@q == 5) goto L_Complete; if (.@q == 4) goto L_Finish; if (.@q == 3) goto L_DoIt; |