diff options
-rw-r--r-- | npc/029-2/morgan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-2/morgan.txt b/npc/029-2/morgan.txt index 36b03d20..00128fd5 100644 --- a/npc/029-2/morgan.txt +++ b/npc/029-2/morgan.txt @@ -21,7 +21,7 @@ OnInit: callfunc "PCtoNPCRange"; if(@npc_check) end; - if (Int >= 5) + if (readparam(bInt) >= 5) goto L_Learn; goto L_NotMagic; |