sub UpdateStatus { ## Usage: UpdateStatus($charid, xx) where xx is new status level
my $dbh = plugin::MySQL_Connect();
$dbh->do("UPDATE `account` SET `status` = '$_[1]' WHERE `id` = '$_[0]' ");
$dbh->disconnect();
$client->UpdateAdmin();
}
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.