diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-06-19 19:07:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-06-19 19:07:12 -0300 |
commit | 97fe707310f7858582a19d000c83563484048596 (patch) | |
tree | c36996d3cc1cedf978772f57271fdfa56e1bb2b6 /npc | |
parent | b4be9224f1ed8e5751b7447198c984dc7da759ff (diff) | |
download | serverdata-97fe707310f7858582a19d000c83563484048596.tar.gz serverdata-97fe707310f7858582a19d000c83563484048596.tar.bz2 serverdata-97fe707310f7858582a19d000c83563484048596.tar.xz serverdata-97fe707310f7858582a19d000c83563484048596.zip |
Modify race constants to TMW Legacy race models
Diffstat (limited to 'npc')
-rw-r--r-- | npc/048-2/sageNikolai.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/048-2/sageNikolai.txt b/npc/048-2/sageNikolai.txt index f5bb9919..1013db10 100644 --- a/npc/048-2/sageNikolai.txt +++ b/npc/048-2/sageNikolai.txt @@ -271,7 +271,7 @@ L_Full_Inv: L_Done: mesn; mesq l("Thanks for all of your help."); - if (get_nibble(##03_TMWQUEST, 0) == 2 && + if ((get_nibble(##03_TMWQUEST, 0) == 2) && (##01_MLWORLD & MLP_TMW_YETIKING) && getvaultid()) goto L_VaultQuest; goto L_close; |