Advertisement
VladimirLavrenchuk

worldserver error after latest update

Mar 22nd, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.88 KB | None | 0 0
  1. In mysql_stmt_prepare() id: 8, sql: "INSERT INTO graveyard_zone (ID, GhostZone, Faction) VALUES (?, ?, ?)"
  2. Table 'world.graveyard_zone' doesn't exist
  3. In mysql_stmt_prepare() id: 9, sql: "DELETE FROM graveyard_zone WHERE ID = ? AND GhostZone = ? AND Faction = ?"
  4. Table 'world.graveyard_zone' doesn't exist
  5. In mysql_stmt_prepare() id: 12, sql: "INSERT INTO npc_vendor (entry, item, maxcount, incrtime, extendedcost, type) VALUES(?, ?, ?, ?, ?, ?)"
  6. Unknown column 'type' in 'field list'
  7. In mysql_stmt_prepare() id: 13, sql: "DELETE FROM npc_vendor WHERE entry = ? AND item = ? AND type = ?"
  8. Unknown column 'type' in 'where clause'
  9. 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
  10. Cannot connect to world database localhost;3306;trinity;trinity;world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement