diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-03-30 00:54:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-03-30 00:54:43 -0300 |
commit | 508d076bf08c91720e8bf03c4fe8304c01dab1aa (patch) | |
tree | a38a1dcfdbfab9fb6f6962f84d25328c19e54e28 | |
parent | afd3c962de1847b9f5f18c54f676bf82ee843bfd (diff) | |
download | serverdata-508d076bf08c91720e8bf03c4fe8304c01dab1aa.tar.gz serverdata-508d076bf08c91720e8bf03c4fe8304c01dab1aa.tar.bz2 serverdata-508d076bf08c91720e8bf03c4fe8304c01dab1aa.tar.xz serverdata-508d076bf08c91720e8bf03c4fe8304c01dab1aa.zip |
Missing protection on Anwar code
-rw-r--r-- | npc/004-1/anwar.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index ca5371e04..857e55c59 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -97,6 +97,7 @@ L_SecondTry: close; L_FirstReward: + inventoryplace TortugaShell, 2; mesn; mesq l("Here are two @@. Please deliver it to them. I hope they'll like it.", getitemlink(TortugaShell)); setq TulimsharQuest_AnwarField, 10, 0; |