Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. In mysql_stmt_prepare() id: 32, sql: "SELECT guid, account, name, race, class, gender, level, xp, money, playerBytes, playerBytes2, playerFlags, position_x, position_y, position_z, map, orientation, taximask, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, trans_x, trans_y, trans_z, trans_o, transguid, extra_flags, stable_slots, at_login, zone, online, death_expire_time, taxi_path, instance_mode_mask, arenaPoints, totalHonorPoints, todayHonorPoints, yesterdayHonorPoints, totalKills, todayKills, yesterdayKills, chosenTitle, knownCurrencies, watchedFaction, drunk, health, power1, power2, power3, power4, power5, power6, power7, instance_id, talentGroupsCount, activeTalentGroup, exploredZones, equipmentCache, ammoId, knownTitles, actionBars, grantableLevels FROM characters WHERE guid = ?"
  2. Unknown column 'talentGroupsCount' in 'field list'
  3. In mysql_stmt_prepare() id: 35, sql: "SELECT casterGuid, spell, effectMask, recalculateMask, stackCount, amount0, amount1, amount2, base_amount0, base_amount1, base_amount2, maxDuration, remainTime, remainCharges FROM character_aura WHERE guid = ?"
  4. Unknown column 'casterGuid' in 'field list'
  5. In mysql_stmt_prepare() id: 56, sql: "SELECT a.button, a.action, a.type FROM character_action as a, characters as c WHERE a.guid = c.guid AND a.spec = c.activeTalentGroup AND a.guid = ? ORDER BY button"
  6. Unknown column 'c.activeTalentGroup' in 'where clause'
  7. In mysql_stmt_prepare() id: 72, sql: "SELECT talentGroup, glyph1, glyph2, glyph3, glyph4, glyph5, glyph6 FROM character_glyphs WHERE guid = ?"
  8. Unknown column 'talentGroup' in 'field list'
  9. In mysql_stmt_prepare() id: 73, sql: "SELECT spell, talentGroup FROM character_talent WHERE guid = ?"
  10. Unknown column 'talentGroup' in 'field list'
  11. In mysql_stmt_prepare() id: 171, sql: "INSERT INTO character_aura (guid, casterGuid, itemGuid, spell, effectMask, recalculateMask, stackCount, amount0, amount1, amount2, base_amount0, base_amount1, base_amount2, maxDuration, remainTime, remainCharges) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  12. Unknown column 'casterGuid' in 'field list'
  13. In mysql_stmt_prepare() id: 233, sql: "REPLACE INTO gm_ticket (id, playerGuid, name, description, createTime, mapId, posX, posY, posZ, lastModifiedTime, closedBy, assignedTo, comment, response, completed, escalated, viewed, needMoreHelp) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  14. Table 'characters.gm_ticket' doesn't exist
  15. In mysql_stmt_prepare() id: 234, sql: "DELETE FROM gm_ticket WHERE id = ?"
  16. Table 'characters.gm_ticket' doesn't exist
  17. In mysql_stmt_prepare() id: 236, sql: "DELETE FROM gm_ticket WHERE playerGuid = ?"
  18. Table 'characters.gm_ticket' doesn't exist
  19. In mysql_stmt_prepare() id: 237, sql: "INSERT INTO gm_survey (guid, surveyId, mainSurvey, comment, createTime) VALUES (?, ?, ?, ?, UNIX_TIMESTAMP(NOW()))"
  20. Table 'characters.gm_survey' doesn't exist
  21. In mysql_stmt_prepare() id: 238, sql: "INSERT INTO gm_subsurvey (surveyId, questionId, answer, answerComment) VALUES (?, ?, ?, ?)"
  22. Table 'characters.gm_subsurvey' doesn't exist
  23. In mysql_stmt_prepare() id: 240, sql: "INSERT INTO characters (guid, account, name, race, class, gender, level, xp, money, playerBytes, playerBytes2, playerFlags, map, instance_id, instance_mode_mask, position_x, position_y, position_z, orientation, trans_x, trans_y, trans_z, trans_o, transguid, taximask, cinematic, totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, extra_flags, stable_slots, at_login, zone, death_expire_time, taxi_path, arenaPoints, totalHonorPoints, todayHonorPoints, yesterdayHonorPoints, totalKills, todayKills, yesterdayKills, chosenTitle, knownCurrencies, watchedFaction, drunk, health, power1, power2, power3, power4, power5, power6, power7, latency, talentGroupsCount, activeTalentGroup, exploredZones, equipmentCache, ammoId, knownTitles, actionBars, grantableLevels) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"
  24. Unknown column 'talentGroupsCount' in 'field list'
  25. In mysql_stmt_prepare() id: 241, sql: "UPDATE characters SET name=?,race=?,class=?,gender=?,level=?,xp=?,money=?,playerBytes=?,playerBytes2=?,playerFlags=?,map=?,instance_id=?,instance_mode_mask=?,position_x=?,position_y=?,position_z=?,orientation=?,trans_x=?,trans_y=?,trans_z=?,trans_o=?,transguid=?,taximask=?,cinematic=?,totaltime=?,leveltime=?,rest_bonus=?,logout_time=?,is_logout_resting=?,resettalents_cost=?,resettalents_time=?,extra_flags=?,stable_slots=?,at_login=?,zone=?,death_expire_time=?,taxi_path=?,arenaPoints=?,totalHonorPoints=?,todayHonorPoints=?,yesterdayHonorPoints=?,totalKills=?,todayKills=?,yesterdayKills=?,chosenTitle=?,knownCurrencies=?,watchedFaction=?,drunk=?,health=?,power1=?,power2=?,power3=?,power4=?,power5=?,power6=?,power7=?,latency=?,talentGroupsCount=?,activeTalentGroup=?,exploredZones=?,equipmentCache=?,ammoId=?,knownTitles=?,actionBars=?,grantableLevels=?,online=? WHERE guid=?"
  26. Unknown column 'talentGroupsCount' in 'field list'
  27. In mysql_stmt_prepare() id: 413, sql: "DELETE FROM character_talent WHERE guid = ? AND spell = ? AND talentGroup = ?"
  28. Unknown column 'talentGroup' in 'where clause'
  29. In mysql_stmt_prepare() id: 414, sql: "INSERT INTO character_talent (guid, spell, talentGroup) VALUES (?, ?, ?)"
  30. Unknown column 'talentGroup' in 'field list'
  31. In mysql_stmt_prepare() id: 429, sql: "INSERT INTO pet_aura (guid, casterGuid, spell, effectMask, recalculateMask, stackCount, amount0, amount1, amount2, base_amount0, base_amount1, base_amount2, maxDuration, remainTime, remainCharges) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  32. Unknown column 'casterGuid' in 'field list'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement