Jump to content
TrinityCore

gearsofdeath

Plebs
  • Posts

    2
  • Joined

  • Last visited

Posts posted by gearsofdeath

  1. new DB error:

     

     

    In mysql_stmt_prepare() id: 16, sql: "UPDATE creature_template SET faction = ? WHERE entry = ?"

    Unknown column 'faction' in 'field list'

    In mysql_stmt_prepare() id: 68, sql: "UPDATE creature SET zoneId = ?, areaId = ? WHERE guid = ?"

    Unknown column 'zoneId' in 'field list'

    In mysql_stmt_prepare() id: 69, sql: "UPDATE gameobject SET zoneId = ?, areaId = ? WHERE guid = ?"

    Unknown column 'zoneId' in 'field list'

  2. Hey i've setted everything correctly even authserver started correctly but when i start world server this what i get

    TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (worldserver-daemon)
    <Ctrl-C> to stop.

    ______ __
    /__ _ __ __/ __
    /_/ / _ __ /_ ___ /_ , _ __ __
    /`'__/ /' _ `/ / / /
    / / / _ _
    _ _ _ _ _ _ __/`____
    /_//_/ /_//_//_//_//__/ `/___/>
    C O R E /___/
    http://TrinityCore.org /__/

    Using configuration file worldserver.conf.
    Using SSL version: OpenSSL 1.0.1j 15 Oct 2014 (library: OpenSSL 1.0.1c 10 May 2012)
    Using Boost version: 1.55.0
    DatabasePool world NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors. Read wiki at http://collab.kpsn.org/display/tc/TrinityCore+Home
    Cannot connect to world database 127.0.0.1;3306;root;ascent;world


     

     

    DBerror says


    In mysql_stmt_prepare() id: 29, sql: "SELECT point, position_x, position_y, position_z, orientation, move_type, delay, action, action_chance FROM waypoint_data WHERE id = ? ORDER BY point"
    Unknown column 'move_type' in 'field list'
    In mysql_stmt_prepare() id: 34, sql: "SELECT id, point, delay, move_type, action, action_chance FROM waypoint_data WHERE wpguid = ?"
    Unknown column 'move_type' in 'field list'

     

    what can i do ?

×
×
  • Create New...