diff options
Diffstat (limited to 'world/map/npc/029-2/morgan.txt')
-rw-r--r-- | world/map/npc/029-2/morgan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/029-2/morgan.txt b/world/map/npc/029-2/morgan.txt index 9f5d2668..cb3608d4 100644 --- a/world/map/npc/029-2/morgan.txt +++ b/world/map/npc/029-2/morgan.txt @@ -31,7 +31,7 @@ OnInit: if (@npc_check) goto L_Close; callfunc "MorganState"; - if (bInt >= 5) + if (Int >= 5) goto L_Learn; goto L_NotMagic; |