diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:22:58 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 12:22:58 -0200 |
commit | b48391bd69845104dc655f5ee6b09e371b730c17 (patch) | |
tree | 6ad6e3fc005d9f2397731f55d390f2d461e75ab6 /npc/018-2-1/dustman.txt | |
parent | 87a0c700b7dac901d3d651e8c47a32681c41cf11 (diff) | |
download | serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.tar.gz serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.tar.bz2 serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.tar.xz serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.zip |
Fix some bugs at Heroes Hold
Diffstat (limited to 'npc/018-2-1/dustman.txt')
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index a049cbe39..d350a75bc 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -49,7 +49,7 @@ next; mesn; mesq l("Hm, good job out there."); - if (getq2(LoFQuest_HH) & HH_MASTER)) { + if (getq2(LoFQuest_HH) & HH_MASTER) { mesn; mesq l("I see you finished the Master Dungeon and didn't found my men. I'll think on something"); mesq l("Unfortunately, the main reward of this quest is still a Work In Progress."); |