diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 13:18:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 13:18:45 -0300 |
commit | 7f3ee7b17d27b2644e14728289c93c557608dd29 (patch) | |
tree | 645166d46c21622d84f8fb96f2712db1f4d4683d /npc/functions | |
parent | 017781c297cf6f8d7cb190c320cf6e4adc1fb89a (diff) | |
download | serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.tar.gz serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.tar.bz2 serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.tar.xz serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.zip |
Fix a couple typos
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index e274bd91..bc6624a7 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -668,8 +668,7 @@ function script iscollision { } function script readparam2 { - readbattleparam(getcharid(3), getarg(0)); - return; + return readbattleparam(getcharid(3), getarg(0)); } function script updateskill { |