Advertisement
Guest User

Untitled

a guest
Sep 13th, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 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. Table 'world.npc_vendor' doesn't exist
  7. In mysql_stmt_prepare() id: 13, sql: "DELETE FROM npc_vendor WHERE entry = ? AND item = ? AND type = ?"
  8. Table 'world.npc_vendor' doesn't exist
  9. In mysql_stmt_prepare() id: 22, sql: "INSERT INTO waypoint_data (id, point, position_x, position_y, position_z) VALUES (?, ?, ?, ?, ?)"
  10. Table 'world.waypoint_data' doesn't exist
  11. In mysql_stmt_prepare() id: 23, sql: "DELETE FROM waypoint_data WHERE id = ? AND point = ?"
  12. Table 'world.waypoint_data' doesn't exist
  13. In mysql_stmt_prepare() id: 24, sql: "UPDATE waypoint_data SET point = point - 1 WHERE id = ? AND point > ?"
  14. Table 'world.waypoint_data' doesn't exist
  15. In mysql_stmt_prepare() id: 25, sql: "UPDATE waypoint_data SET position_x = ?, position_y = ?, position_z = ? where id = ? AND point = ?"
  16. Table 'world.waypoint_data' doesn't exist
  17. In mysql_stmt_prepare() id: 26, sql: "UPDATE waypoint_data SET wpguid = ? WHERE id = ? and point = ?"
  18. Table 'world.waypoint_data' doesn't exist
  19. In mysql_stmt_prepare() id: 27, sql: "UPDATE waypoint_data SET wpguid = 0"
  20. Table 'world.waypoint_data' doesn't exist
  21. In mysql_stmt_prepare() id: 44, sql: "INSERT INTO waypoint_scripts (guid) VALUES (?)"
  22. Table 'world.waypoint_scripts' doesn't exist
  23. In mysql_stmt_prepare() id: 45, sql: "DELETE FROM waypoint_scripts WHERE guid = ?"
  24. Table 'world.waypoint_scripts' doesn't exist
  25. In mysql_stmt_prepare() id: 46, sql: "UPDATE waypoint_scripts SET id = ? WHERE guid = ?"
  26. Table 'world.waypoint_scripts' doesn't exist
  27. In mysql_stmt_prepare() id: 47, sql: "UPDATE waypoint_scripts SET x = ? WHERE guid = ?"
  28. Table 'world.waypoint_scripts' doesn't exist
  29. In mysql_stmt_prepare() id: 48, sql: "UPDATE waypoint_scripts SET y = ? WHERE guid = ?"
  30. Table 'world.waypoint_scripts' doesn't exist
  31. In mysql_stmt_prepare() id: 49, sql: "UPDATE waypoint_scripts SET z = ? WHERE guid = ?"
  32. Table 'world.waypoint_scripts' doesn't exist
  33. In mysql_stmt_prepare() id: 50, sql: "UPDATE waypoint_scripts SET o = ? WHERE guid = ?"
  34. Table 'world.waypoint_scripts' doesn't exist
  35. In mysql_stmt_prepare() id: 60, sql: "INSERT INTO creature (guid, id , map, spawnMask, PhaseId, PhaseGroup, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  36. Unknown column 'PhaseId' in 'field list'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement