summaryrefslogtreecommitdiff
path: root/npc/029-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 01:31:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 01:31:27 -0300
commitcb9a786174fdde9ab8f77ae12ebcfdca00f3eb6d (patch)
tree6cfaf7918f4de33835f6258ca77b33af7c003ca9 /npc/029-2
parent53d342ac7ea490760126c2aaeb934f7f9adf3e97 (diff)
downloadserverdata-cb9a786174fdde9ab8f77ae12ebcfdca00f3eb6d.tar.gz
serverdata-cb9a786174fdde9ab8f77ae12ebcfdca00f3eb6d.tar.bz2
serverdata-cb9a786174fdde9ab8f77ae12ebcfdca00f3eb6d.tar.xz
serverdata-cb9a786174fdde9ab8f77ae12ebcfdca00f3eb6d.zip
Fix a typo in Morgan's code.
Diffstat (limited to 'npc/029-2')
-rw-r--r--npc/029-2/morgan.txt2
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;