diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:06:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-02-04 15:06:20 -0300 |
commit | 94a5f33d0d97652e9bcd75948a713c0f114c92e5 (patch) | |
tree | a86b75a5c8ac3e53811850960f6ad30a8e831d01 /npc/functions/hub.txt | |
parent | 0f5fc81dd7658ee9b638d321fbe75561449ded17 (diff) | |
download | serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.gz serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.bz2 serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.tar.xz serverdata-94a5f33d0d97652e9bcd75948a713c0f114c92e5.zip |
First part of Mirio's Quest
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 443b600b5..d3d72ed12 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1324,6 +1324,7 @@ function script HUB_PCBonus { bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10; if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19) bonus bMaxSP, 40; + return; } |