summaryrefslogtreecommitdiff
path: root/npc/functions/captcha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/captcha.txt')
-rw-r--r--npc/functions/captcha.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt
index 7fce7ff70..074326ca9 100644
--- a/npc/functions/captcha.txt
+++ b/npc/functions/captcha.txt
@@ -189,7 +189,7 @@ OnClinic:
@treatcaptcha = gettimetick(2);
closeclientdialog;
// Attach the one you intend to heal
- if (attachplayer(.@id)) {
+ if (attachrid(.@id)) {
// Not infected, so do nothing
if (!getstatus(SC_BOTTER_SYNDROME))
end;