the world server make a DBerror.txt and say the next
In mysql_stmt_prepare() id: 53, sql: "SELECT name, permission, help FROM command"
Unknown column 'permission' in 'field list'
how fix this ???
the world server make a DBerror.txt and say the next
In mysql_stmt_prepare() id: 53, sql: "SELECT name, permission, help FROM command"
Unknown column 'permission' in 'field list'
how fix this ???
This means that in the table "command" you are missing the column Permission.
Which world database and is it up to date?
TDB 4.3.4 + DB Updates - TrinityCore - KPsN Collaboration Platform trinity TDB 4.3.4 + DB Updates
Last edited by nightshadowarg; 02-02-2014 at 02:55 PM.
They don't have a permission column
soruce: Command tc2 - TrinityCore - KPsN Collaboration Platform
I'd try alter the table and add a column called permission and just put either 'null' or a '1' on all values (gm level 1).
Could work, strange how they don't have the perm coll tho...