diff options
Diffstat (limited to 'npc/quests/quests_izlude.txt')
-rw-r--r-- | npc/quests/quests_izlude.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_izlude.txt b/npc/quests/quests_izlude.txt index 3b20a85bf..e7fa7ac3f 100644 --- a/npc/quests/quests_izlude.txt +++ b/npc/quests/quests_izlude.txt @@ -69,7 +69,7 @@ mes "Fine fine. Me, being the captain of a ship, can afford to bring you there at a lower price. How does 250 Zeny sound?"; next; if (select("Alrighty~!:Bah, what a rip off!!") == 1) { - set MISC_QUEST,MISC_QUEST | 16; + MISC_QUEST |= 16; if (Zeny < 250) { mes "[Edgar]"; mes "Um..."; |