OpenKore/openkore

a minor fix of Vx.pm

hubertyang88 opened this issue · 0 comments

------------------ Openkore Issues Template ------------------

in Vx.pm

use I18N qw(bytesToString);

sub packet {
...
	} elsif ($switch eq "09DE") {
		# Private message
		my ($privMsgU) = substr($msg, 8, 25) =~ /([\s\S]*?)\000/;
		my $privMsgUser = bytesToString($privMsgU);
		$self->pm_add($privMsgUser);
...
}

it will fix Private Chat use 09DE for Vx
in case anyone need this.

  • Openkore version git:
  • Server:
  • Bug Report / Feature Request:
  • Summary: