diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 22c0c476a..cf2b424db 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -27,7 +27,7 @@ function script checkclientversion { debugmes "Hercules is bugged: "+.@ref$; mes ""; if (.@ref$ != "") { - .@ref=getcharid(3, strip(.@ref$)); + .@ref=gf_accid(strip(.@ref$)); if (.@ref > 0) { if (.@ref == getcharid(3)) { mesn l("TMW2 Staff"); |