lolxdx
New Member
- Joined
- Feb 19, 2012
- Messages
- 30
- Reaction score
- 3
When a player logs into my ot, I get this message in console
It usually bugs the player and makes the ot crash when they login, so I have to delete them, I have no idea how to fix it
I use SQLite 2.1.5 and TFS 0.4
Code:
OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such column: k.war (SELECT "pk"."player_id", "pd"."date" FROM "player_killers" pk LEFT JOIN "killers" k ON "pk"."kill_id" = "k"."id" LEFT JOIN "player_deaths" pd ON "k"."death_id" = "pd"."id" WHERE "pd"."player_id" = 2 AND "k"."unjustified" = 1 AND "pd"."date" >= 1397539930 AND "k"."war" = 0)
I use SQLite 2.1.5 and TFS 0.4
Last edited: