Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/14/24 in Posts

  1. found it at this page insert this sql script into your sql database ALTER TABLE `char` ADD `pvp_kill` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `fame`;
    1 point
  2. ALTER TABLE `char` ADD `pvp_kill` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `fame`; have you loaded the SQL script that was provided ?
    1 point
×
×
  • Create New...