• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Error in console (see image)

josedb9

New Member
Joined
Dec 21, 2012
Messages
5
Reaction score
0
My problem is that



database.jpg




mysql_real_query<>:select 'pk'. 'player_id','pd'.´date´from
 
Last edited by a moderator:
You're missing the column war in the killers table.

SQL:
ALTER TABLE `killers` ADD `war` int(11) NOT NULL DEFAULT '0';
 
Back
Top