summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 13:18:45 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 13:18:45 -0300
commit7f3ee7b17d27b2644e14728289c93c557608dd29 (patch)
tree645166d46c21622d84f8fb96f2712db1f4d4683d /npc/functions/main.txt
parent017781c297cf6f8d7cb190c320cf6e4adc1fb89a (diff)
downloadserverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.tar.gz
serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.tar.bz2
serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.tar.xz
serverdata-7f3ee7b17d27b2644e14728289c93c557608dd29.zip
Fix a couple typos
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt3
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 {