diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:19:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:19:13 -0300 |
commit | 88c265256f183c4bfe5d7a7134d1d6065e244cfa (patch) | |
tree | 67ea10a305340dfb0c1dbe740486d96f64c63e33 /npc/functions | |
parent | bf4f4649ea76895965283566ec6a88a2c5fc724f (diff) | |
download | serverdata-88c265256f183c4bfe5d7a7134d1d6065e244cfa.tar.gz serverdata-88c265256f183c4bfe5d7a7134d1d6065e244cfa.tar.bz2 serverdata-88c265256f183c4bfe5d7a7134d1d6065e244cfa.tar.xz serverdata-88c265256f183c4bfe5d7a7134d1d6065e244cfa.zip |
[skip ci] Hercules have bugs
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c903d20d0..b51824889 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -24,6 +24,7 @@ function script checkclientversion { do { input .@ref$; + debugmes "Hercules is bugged: "+.@ref$; mes ""; if (.@ref$ != "") { .@ref=getcharid(3, strip(.@ref$)); |