Advertisement
Guest User

Untitled

a guest
Sep 13th, 2015
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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: 15, sql: "UPDATE creature SET MovementType = ? WHERE guid = ?"
  10. Table 'world.creature' doesn't exist
  11. In mysql_stmt_prepare() id: 16, sql: "UPDATE creature_template SET faction = ? WHERE entry = ?"
  12. Table 'world.creature_template' doesn't exist
  13. In mysql_stmt_prepare() id: 17, sql: "UPDATE creature_template SET npcflag = ? WHERE entry = ?"
  14. Table 'world.creature_template' doesn't exist
  15. In mysql_stmt_prepare() id: 18, sql: "UPDATE creature SET position_x = ?, position_y = ?, position_z = ?, orientation = ? WHERE guid = ?"
  16. Table 'world.creature' doesn't exist
  17. In mysql_stmt_prepare() id: 19, sql: "UPDATE creature SET spawndist = ?, MovementType = ? WHERE guid = ?"
  18. Table 'world.creature' doesn't exist
  19. In mysql_stmt_prepare() id: 20, sql: "UPDATE creature SET spawntimesecs = ? WHERE guid = ?"
  20. Table 'world.creature' doesn't exist
  21. In mysql_stmt_prepare() id: 41, sql: "INSERT INTO creature_addon(guid, path_id) VALUES (?, ?)"
  22. Table 'world.creature_addon' doesn't exist
  23. In mysql_stmt_prepare() id: 40, sql: "UPDATE creature_addon SET path_id = ? WHERE guid = ?"
  24. Table 'world.creature_addon' doesn't exist
  25. In mysql_stmt_prepare() id: 42, sql: "DELETE FROM creature_addon WHERE guid = ?"
  26. Table 'world.creature_addon' doesn't exist
  27. In mysql_stmt_prepare() id: 44, sql: "INSERT INTO waypoint_scripts (guid) VALUES (?)"
  28. Table 'world.waypoint_scripts' doesn't exist
  29. In mysql_stmt_prepare() id: 45, sql: "DELETE FROM waypoint_scripts WHERE guid = ?"
  30. Table 'world.waypoint_scripts' doesn't exist
  31. In mysql_stmt_prepare() id: 46, sql: "UPDATE waypoint_scripts SET id = ? WHERE guid = ?"
  32. Table 'world.waypoint_scripts' doesn't exist
  33. In mysql_stmt_prepare() id: 47, sql: "UPDATE waypoint_scripts SET x = ? WHERE guid = ?"
  34. Table 'world.waypoint_scripts' doesn't exist
  35. In mysql_stmt_prepare() id: 48, sql: "UPDATE waypoint_scripts SET y = ? WHERE guid = ?"
  36. Table 'world.waypoint_scripts' doesn't exist
  37. In mysql_stmt_prepare() id: 49, sql: "UPDATE waypoint_scripts SET z = ? WHERE guid = ?"
  38. Table 'world.waypoint_scripts' doesn't exist
  39. In mysql_stmt_prepare() id: 50, sql: "UPDATE waypoint_scripts SET o = ? WHERE guid = ?"
  40. Table 'world.waypoint_scripts' doesn't exist
  41. In mysql_stmt_prepare() id: 52, sql: "DELETE FROM creature WHERE guid = ?"
  42. Table 'world.creature' doesn't exist
  43. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  44. Table 'world.creature' doesn't exist
  45. In mysql_stmt_prepare() id: 62, sql: "DELETE FROM game_event_model_equip WHERE guid = ?"
  46. Table 'world.game_event_model_equip' doesn't exist
  47. In mysql_stmt_prepare() id: 65, sql: "INSERT INTO disables (entry, sourceType, flags, comment) VALUES (?, ?, ?, ?)"
  48. Table 'world.disables' doesn't exist
  49. In mysql_stmt_prepare() id: 66, sql: "DELETE FROM disables WHERE entry = ? AND sourceType = ?"
  50. Table 'world.disables' doesn't exist
  51. In mysql_stmt_prepare() id: 67, sql: "UPDATE creature SET zoneId = ?, areaId = ? WHERE guid = ?"
  52. Table 'world.creature' doesn't exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement