diff options
Diffstat (limited to 'npc/jobs/2-1/wizard.txt')
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index b1b4d05ab..b62685c6b 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -155,7 +155,7 @@ gef_tower,111,37,4 script Wizard Guildsman 1_F_GYPSY,{ set wizard_m1,rand(1,2); mes "[Catherine]"; mes "The items you must collect are..."; - if (rand(1)) { + if (rand(2)) { set WIZ_Q,1; setquest 9013; mes "^3355FFRed Gemstone^000000 10 each,"; |