Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.35 KB | None | 0 0
  1. In mysql_stmt_prepare() id: 81, sql: "INSERT INTO auctionhouse (id, auctioneerguid, itemguid, itemowner, buyoutprice, time, buyguid, lastbid, startbid, deposit) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  2. Unknown column 'auctioneerguid' in 'field list'
  3. In mysql_stmt_prepare() id: 219, sql: "INSERT INTO corpse (corpseGuid, guid, posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  4. Unknown column 'corpseGuid' in 'field list'
  5. In mysql_stmt_prepare() id: 220, sql: "DELETE FROM corpse WHERE corpseGuid = ?"
  6. Unknown column 'corpseGuid' in 'where clause'
  7. In mysql_stmt_prepare() id: 81, sql: "INSERT INTO auctionhouse (id, auctioneerguid, itemguid, itemowner, buyoutprice, time, buyguid, lastbid, startbid, deposit) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  8. Unknown column 'auctioneerguid' in 'field list'
  9. In mysql_stmt_prepare() id: 219, sql: "INSERT INTO corpse (corpseGuid, guid, posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  10. Unknown column 'corpseGuid' in 'field list'
  11. In mysql_stmt_prepare() id: 220, sql: "DELETE FROM corpse WHERE corpseGuid = ?"
  12. Unknown column 'corpseGuid' in 'where clause'
  13. In mysql_stmt_prepare() id: 0, sql: "DELETE FROM pool_quest_save WHERE pool_id = ?"
  14. Table 'characters.pool_quest_save' doesn't exist
  15. In mysql_stmt_prepare() id: 1, sql: "INSERT INTO pool_quest_save (pool_id, quest_id) VALUES (?, ?)"
  16. Table 'characters.pool_quest_save' doesn't exist
  17. In mysql_stmt_prepare() id: 2, sql: "DELETE FROM guild_bank_item WHERE guildid = ? AND TabId = ? AND SlotId = ?"
  18. Table 'characters.guild_bank_item' doesn't exist
  19. In mysql_stmt_prepare() id: 3, sql: "UPDATE character_banned SET active = 0 WHERE unbandate <= UNIX_TIMESTAMP() AND unbandate <> bandate"
  20. Table 'characters.character_banned' doesn't exist
  21. In mysql_stmt_prepare() id: 4, sql: "SELECT guid FROM characters WHERE name = ?"
  22. Table 'characters.characters' doesn't exist
  23. In mysql_stmt_prepare() id: 5, sql: "SELECT 1 FROM characters WHERE name = ?"
  24. Table 'characters.characters' doesn't exist
  25. In mysql_stmt_prepare() id: 7, sql: "SELECT COUNT(guid) FROM characters WHERE account = ?"
  26. Table 'characters.characters' doesn't exist
  27. In mysql_stmt_prepare() id: 8, sql: "SELECT level, race, class FROM characters WHERE account = ? LIMIT 0, ?"
  28. Table 'characters.characters' doesn't exist
  29. In mysql_stmt_prepare() id: 9, sql: "INSERT INTO character_banned VALUES (?, UNIX_TIMESTAMP(), UNIX_TIMESTAMP()+?, ?, ?, 1)"
  30. Table 'characters.character_banned' doesn't exist
  31. In mysql_stmt_prepare() id: 10, sql: "UPDATE character_banned SET active = 0 WHERE guid = ? AND active != 0"
  32. Table 'characters.character_banned' doesn't exist
  33. In mysql_stmt_prepare() id: 11, sql: "DELETE cb FROM character_banned cb INNER JOIN characters c ON c.guid = cb.guid WHERE c.account = ?"
  34. Table 'characters.character_banned' doesn't exist
  35. In mysql_stmt_prepare() id: 19, sql: "SELECT c.guid, c.name, c.race, c.class, c.gender, c.playerBytes, c.playerBytes2, c.level, c.zone, c.map, c.position_x, c.position_y, c.position_z, gm.guildid, c.playerFlags, c.at_login, cp.entry, cp.modelid, cp.level, c.equipmentCache, cb.guid FROM characters AS c LEFT JOIN character_pet AS cp ON c.guid = cp.owner AND cp.slot = ? LEFT JOIN guild_member AS gm ON c.guid = gm.guid LEFT JOIN character_banned AS cb ON c.guid = cb.guid AND cb.active = 1 WHERE c.account = ? AND c.deleteInfos_Name IS NULL ORDER BY c.guid"
  36. Table 'characters.characters' doesn't exist
  37. In mysql_stmt_prepare() id: 20, sql: "SELECT c.guid, c.name, c.race, c.class, c.gender, c.playerBytes, c.playerBytes2, c.level, c.zone, c.map, c.position_x, c.position_y, c.position_z, gm.guildid, c.playerFlags, c.at_login, cp.entry, cp.modelid, cp.level, c.equipmentCache, cb.guid, cd.genitive FROM characters AS c LEFT JOIN character_pet AS cp ON c.guid = cp.owner AND cp.slot = ? LEFT JOIN character_declinedname AS cd ON c.guid = cd.guid LEFT JOIN guild_member AS gm ON c.guid = gm.guid LEFT JOIN character_banned AS cb ON c.guid = cb.guid AND cb.active = 1 WHERE c.account = ? AND c.deleteInfos_Name IS NULL ORDER BY c.guid"
  38. Table 'characters.characters' doesn't exist
  39. In mysql_stmt_prepare() id: 21, sql: "SELECT guid, name FROM characters WHERE guid = ? AND account = ? AND (at_login & ?) = ? AND NOT EXISTS (SELECT NULL FROM characters WHERE name = ?)"
  40. Table 'characters.characters' doesn't exist
  41. In mysql_stmt_prepare() id: 22, sql: "SELECT guid, race, account FROM characters WHERE name = ?"
  42. Table 'characters.characters' doesn't exist
  43. In mysql_stmt_prepare() id: 29, sql: "DELETE FROM character_battleground_random"
  44. Table 'characters.character_battleground_random' doesn't exist
  45. In mysql_stmt_prepare() id: 30, sql: "DELETE FROM character_battleground_random WHERE guid = ?"
  46. Table 'characters.character_battleground_random' doesn't exist
  47. In mysql_stmt_prepare() id: 31, sql: "INSERT INTO character_battleground_random (guid) VALUES (?)"
  48. Table 'characters.character_battleground_random' doesn't exist
  49. 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 = ?"
  50. Table 'characters.characters' doesn't exist
  51. In mysql_stmt_prepare() id: 33, sql: "SELECT guid FROM group_member WHERE memberGuid = ?"
  52. Table 'characters.group_member' doesn't exist
  53. In mysql_stmt_prepare() id: 34, sql: "SELECT id, permanent, map, difficulty, resettime FROM character_instance LEFT JOIN instance ON instance = id WHERE guid = ?"
  54. Table 'characters.character_instance' doesn't exist
  55. 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 = ?"
  56. Table 'characters.character_aura' doesn't exist
  57. In mysql_stmt_prepare() id: 36, sql: "SELECT spell, active, disabled FROM character_spell WHERE guid = ?"
  58. Table 'characters.character_spell' doesn't exist
  59. In mysql_stmt_prepare() id: 37, sql: "SELECT quest, status, explored, timer, mobcount1, mobcount2, mobcount3, mobcount4, itemcount1, itemcount2, itemcount3, itemcount4, playercount FROM character_queststatus WHERE guid = ? AND status <> 0"
  60. Table 'characters.character_queststatus' doesn't exist
  61. In mysql_stmt_prepare() id: 38, sql: "SELECT quest, time FROM character_queststatus_daily WHERE guid = ?"
  62. Table 'characters.character_queststatus_daily' doesn't exist
  63. In mysql_stmt_prepare() id: 39, sql: "SELECT quest FROM character_queststatus_weekly WHERE guid = ?"
  64. Table 'characters.character_queststatus_weekly' doesn't exist
  65. In mysql_stmt_prepare() id: 40, sql: "SELECT quest FROM character_queststatus_monthly WHERE guid = ?"
  66. Table 'characters.character_queststatus_monthly' doesn't exist
  67. In mysql_stmt_prepare() id: 41, sql: "SELECT quest, event FROM character_queststatus_seasonal WHERE guid = ?"
  68. Table 'characters.character_queststatus_seasonal' doesn't exist
  69. In mysql_stmt_prepare() id: 42, sql: "DELETE FROM character_queststatus_daily WHERE guid = ?"
  70. Table 'characters.character_queststatus_daily' doesn't exist
  71. In mysql_stmt_prepare() id: 43, sql: "DELETE FROM character_queststatus_weekly WHERE guid = ?"
  72. Table 'characters.character_queststatus_weekly' doesn't exist
  73. In mysql_stmt_prepare() id: 44, sql: "DELETE FROM character_queststatus_monthly WHERE guid = ?"
  74. Table 'characters.character_queststatus_monthly' doesn't exist
  75. In mysql_stmt_prepare() id: 45, sql: "DELETE FROM character_queststatus_seasonal WHERE guid = ?"
  76. Table 'characters.character_queststatus_seasonal' doesn't exist
  77. In mysql_stmt_prepare() id: 46, sql: "INSERT INTO character_queststatus_daily (guid, quest, time) VALUES (?, ?, ?)"
  78. Table 'characters.character_queststatus_daily' doesn't exist
  79. In mysql_stmt_prepare() id: 47, sql: "INSERT INTO character_queststatus_weekly (guid, quest) VALUES (?, ?)"
  80. Table 'characters.character_queststatus_weekly' doesn't exist
  81. In mysql_stmt_prepare() id: 48, sql: "INSERT INTO character_queststatus_monthly (guid, quest) VALUES (?, ?)"
  82. Table 'characters.character_queststatus_monthly' doesn't exist
  83. In mysql_stmt_prepare() id: 49, sql: "INSERT INTO character_queststatus_seasonal (guid, quest, event) VALUES (?, ?, ?)"
  84. Table 'characters.character_queststatus_seasonal' doesn't exist
  85. In mysql_stmt_prepare() id: 50, sql: "DELETE FROM character_queststatus_daily"
  86. Table 'characters.character_queststatus_daily' doesn't exist
  87. In mysql_stmt_prepare() id: 51, sql: "DELETE FROM character_queststatus_weekly"
  88. Table 'characters.character_queststatus_weekly' doesn't exist
  89. In mysql_stmt_prepare() id: 52, sql: "DELETE FROM character_queststatus_monthly"
  90. Table 'characters.character_queststatus_monthly' doesn't exist
  91. In mysql_stmt_prepare() id: 53, sql: "DELETE FROM character_queststatus_seasonal WHERE event = ?"
  92. Table 'characters.character_queststatus_seasonal' doesn't exist
  93. In mysql_stmt_prepare() id: 54, sql: "SELECT faction, standing, flags FROM character_reputation WHERE guid = ?"
  94. Table 'characters.character_reputation' doesn't exist
  95. In mysql_stmt_prepare() id: 55, sql: "SELECT creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text, bag, slot, item, itemEntry FROM character_inventory ci JOIN item_instance ii ON ci.item = ii.guid WHERE ci.guid = ? ORDER BY bag, slot"
  96. Table 'characters.character_inventory' doesn't exist
  97. 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"
  98. Table 'characters.character_action' doesn't exist
  99. In mysql_stmt_prepare() id: 58, sql: "SELECT COUNT(id) FROM mail WHERE receiver = ? AND (checked & 1) = 0 AND deliver_time <= ?"
  100. Table 'characters.mail' doesn't exist
  101. In mysql_stmt_prepare() id: 59, sql: "SELECT MIN(deliver_time) FROM mail WHERE receiver = ? AND (checked & 1) = 0"
  102. Table 'characters.mail' doesn't exist
  103. In mysql_stmt_prepare() id: 61, sql: "SELECT friend, flags, note FROM character_social JOIN characters ON characters.guid = character_social.friend WHERE character_social.guid = ? AND deleteinfos_name IS NULL LIMIT 255"
  104. Table 'characters.character_social' doesn't exist
  105. In mysql_stmt_prepare() id: 62, sql: "SELECT mapId, zoneId, posX, posY, posZ FROM character_homebind WHERE guid = ?"
  106. Table 'characters.character_homebind' doesn't exist
  107. In mysql_stmt_prepare() id: 63, sql: "SELECT spell, item, time FROM character_spell_cooldown WHERE guid = ? AND time > UNIX_TIMESTAMP()"
  108. Table 'characters.character_spell_cooldown' doesn't exist
  109. In mysql_stmt_prepare() id: 64, sql: "SELECT genitive, dative, accusative, instrumental, prepositional FROM character_declinedname WHERE guid = ?"
  110. Table 'characters.character_declinedname' doesn't exist
  111. In mysql_stmt_prepare() id: 65, sql: "SELECT guildid, rank FROM guild_member WHERE guid = ?"
  112. Table 'characters.guild_member' doesn't exist
  113. In mysql_stmt_prepare() id: 66, sql: "SELECT g.guildid, g.name, gr.rname, gr.rid, gm.pnote, gm.offnote FROM guild g JOIN guild_member gm ON g.guildid = gm.guildid JOIN guild_rank gr ON g.guildid = gr.guildid AND gm.rank = gr.rid WHERE gm.guid = ?"
  114. Table 'characters.guild' doesn't exist
  115. In mysql_stmt_prepare() id: 68, sql: "SELECT achievement, date FROM character_achievement WHERE guid = ?"
  116. Table 'characters.character_achievement' doesn't exist
  117. In mysql_stmt_prepare() id: 69, sql: "SELECT criteria, counter, date FROM character_achievement_progress WHERE guid = ?"
  118. Table 'characters.character_achievement_progress' doesn't exist
  119. In mysql_stmt_prepare() id: 70, sql: "SELECT setguid, setindex, name, iconname, ignore_mask, item0, item1, item2, item3, item4, item5, item6, item7, item8, item9, item10, item11, item12, item13, item14, item15, item16, item17, item18 FROM character_equipmentsets WHERE guid = ? ORDER BY setindex"
  120. Table 'characters.character_equipmentsets' doesn't exist
  121. In mysql_stmt_prepare() id: 71, sql: "SELECT instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell FROM character_battleground_data WHERE guid = ?"
  122. Table 'characters.character_battleground_data' doesn't exist
  123. In mysql_stmt_prepare() id: 72, sql: "SELECT talentGroup, glyph1, glyph2, glyph3, glyph4, glyph5, glyph6 FROM character_glyphs WHERE guid = ?"
  124. Table 'characters.character_glyphs' doesn't exist
  125. In mysql_stmt_prepare() id: 73, sql: "SELECT spell, talentGroup FROM character_talent WHERE guid = ?"
  126. Table 'characters.character_talent' doesn't exist
  127. In mysql_stmt_prepare() id: 74, sql: "SELECT skill, value, max FROM character_skills WHERE guid = ?"
  128. Table 'characters.character_skills' doesn't exist
  129. In mysql_stmt_prepare() id: 75, sql: "SELECT guid FROM character_battleground_random WHERE guid = ?"
  130. Table 'characters.character_battleground_random' doesn't exist
  131. In mysql_stmt_prepare() id: 76, sql: "SELECT guid FROM character_banned WHERE guid = ? AND active = 1"
  132. Table 'characters.character_banned' doesn't exist
  133. In mysql_stmt_prepare() id: 77, sql: "SELECT quest FROM character_queststatus_rewarded WHERE guid = ? AND active = 1"
  134. Table 'characters.character_queststatus_rewarded' doesn't exist
  135. In mysql_stmt_prepare() id: 78, sql: "SELECT instanceId, releaseTime FROM account_instance_times WHERE accountId = ?"
  136. Table 'characters.account_instance_times' doesn't exist
  137. In mysql_stmt_prepare() id: 81, sql: "INSERT INTO auctionhouse (id, auctioneerguid, itemguid, itemowner, buyoutprice, time, buyguid, lastbid, startbid, deposit) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  138. Table 'characters.auctionhouse' doesn't exist
  139. In mysql_stmt_prepare() id: 82, sql: "DELETE FROM auctionhouse WHERE id = ?"
  140. Table 'characters.auctionhouse' doesn't exist
  141. In mysql_stmt_prepare() id: 83, sql: "UPDATE auctionhouse SET buyguid = ?, lastbid = ? WHERE id = ?"
  142. Table 'characters.auctionhouse' doesn't exist
  143. In mysql_stmt_prepare() id: 85, sql: "INSERT INTO mail(id, messageType, stationery, mailTemplateId, sender, receiver, subject, body, has_items, expire_time, deliver_time, money, cod, checked) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  144. Table 'characters.mail' doesn't exist
  145. In mysql_stmt_prepare() id: 86, sql: "DELETE FROM mail WHERE id = ?"
  146. Table 'characters.mail' doesn't exist
  147. In mysql_stmt_prepare() id: 87, sql: "INSERT INTO mail_items(mail_id, item_guid, receiver) VALUES (?, ?, ?)"
  148. Table 'characters.mail_items' doesn't exist
  149. In mysql_stmt_prepare() id: 88, sql: "DELETE FROM mail_items WHERE item_guid = ?"
  150. Table 'characters.mail_items' doesn't exist
  151. In mysql_stmt_prepare() id: 89, sql: "DELETE FROM mail_items WHERE item_guid = ?"
  152. Table 'characters.mail_items' doesn't exist
  153. In mysql_stmt_prepare() id: 90, sql: "DELETE FROM mail WHERE expire_time < ? AND has_items = 0 AND body = ''"
  154. Table 'characters.mail' doesn't exist
  155. In mysql_stmt_prepare() id: 93, sql: "UPDATE mail SET sender = ?, receiver = ?, expire_time = ?, deliver_time = ?, cod = 0, checked = ? WHERE id = ?"
  156. Table 'characters.mail' doesn't exist
  157. In mysql_stmt_prepare() id: 94, sql: "UPDATE mail_items SET receiver = ? WHERE item_guid = ?"
  158. Table 'characters.mail_items' doesn't exist
  159. In mysql_stmt_prepare() id: 95, sql: "UPDATE item_instance SET owner_guid = ? WHERE guid = ?"
  160. Table 'characters.item_instance' doesn't exist
  161. In mysql_stmt_prepare() id: 98, sql: "DELETE FROM item_soulbound_trade_data WHERE itemGuid = ? LIMIT 1"
  162. Table 'characters.item_soulbound_trade_data' doesn't exist
  163. In mysql_stmt_prepare() id: 99, sql: "INSERT INTO item_soulbound_trade_data VALUES (?, ?)"
  164. Table 'characters.item_soulbound_trade_data' doesn't exist
  165. In mysql_stmt_prepare() id: 100, sql: "REPLACE INTO character_inventory (guid, bag, slot, item) VALUES (?, ?, ?, ?)"
  166. Table 'characters.character_inventory' doesn't exist
  167. In mysql_stmt_prepare() id: 101, sql: "REPLACE INTO item_instance (itemEntry, owner_guid, creatorGuid, giftCreatorGuid, count, duration, charges, flags, enchantments, randomPropertyId, durability, playedTime, text, guid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  168. Table 'characters.item_instance' doesn't exist
  169. In mysql_stmt_prepare() id: 102, sql: "UPDATE item_instance SET itemEntry = ?, owner_guid = ?, creatorGuid = ?, giftCreatorGuid = ?, count = ?, duration = ?, charges = ?, flags = ?, enchantments = ?, randomPropertyId = ?, durability = ?, playedTime = ?, text = ? WHERE guid = ?"
  170. Table 'characters.item_instance' doesn't exist
  171. In mysql_stmt_prepare() id: 103, sql: "UPDATE item_instance SET duration = ?, flags = ?, durability = ? WHERE guid = ?"
  172. Table 'characters.item_instance' doesn't exist
  173. In mysql_stmt_prepare() id: 104, sql: "DELETE FROM item_instance WHERE guid = ?"
  174. Table 'characters.item_instance' doesn't exist
  175. In mysql_stmt_prepare() id: 105, sql: "DELETE FROM item_instance WHERE owner_guid = ?"
  176. Table 'characters.item_instance' doesn't exist
  177. In mysql_stmt_prepare() id: 106, sql: "UPDATE character_gifts SET guid = ? WHERE item_guid = ?"
  178. Table 'characters.character_gifts' doesn't exist
  179. In mysql_stmt_prepare() id: 107, sql: "DELETE FROM character_gifts WHERE item_guid = ?"
  180. Table 'characters.character_gifts' doesn't exist
  181. In mysql_stmt_prepare() id: 111, sql: "DELETE FROM account_instance_times WHERE accountId = ?"
  182. Table 'characters.account_instance_times' doesn't exist
  183. In mysql_stmt_prepare() id: 112, sql: "INSERT INTO account_instance_times (accountId, instanceId, releaseTime) VALUES (?, ?, ?)"
  184. Table 'characters.account_instance_times' doesn't exist
  185. In mysql_stmt_prepare() id: 116, sql: "SELECT account, COUNT(guid) FROM characters WHERE account = ? GROUP BY account"
  186. Table 'characters.characters' doesn't exist
  187. In mysql_stmt_prepare() id: 117, sql: "UPDATE characters set name = ?, at_login = at_login & ~ ? WHERE guid = ?"
  188. Table 'characters.characters' doesn't exist
  189. In mysql_stmt_prepare() id: 118, sql: "UPDATE characters SET name = ? WHERE guid = ?"
  190. Table 'characters.characters' doesn't exist
  191. In mysql_stmt_prepare() id: 119, sql: "DELETE FROM character_declinedname WHERE guid = ?"
  192. Table 'characters.character_declinedname' doesn't exist
  193. In mysql_stmt_prepare() id: 121, sql: "INSERT INTO guild (guildid, name, leaderguid, info, motd, createdate, EmblemStyle, EmblemColor, BorderStyle, BorderColor, BackgroundColor, BankMoney) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  194. Table 'characters.guild' doesn't exist
  195. In mysql_stmt_prepare() id: 122, sql: "DELETE FROM guild WHERE guildid = ?"
  196. Table 'characters.guild' doesn't exist
  197. In mysql_stmt_prepare() id: 123, sql: "UPDATE guild SET name = ? WHERE guildid = ?"
  198. Table 'characters.guild' doesn't exist
  199. In mysql_stmt_prepare() id: 124, sql: "INSERT INTO guild_member (guildid, guid, rank, pnote, offnote) VALUES (?, ?, ?, ?, ?)"
  200. Table 'characters.guild_member' doesn't exist
  201. In mysql_stmt_prepare() id: 125, sql: "DELETE FROM guild_member WHERE guid = ?"
  202. Table 'characters.guild_member' doesn't exist
  203. In mysql_stmt_prepare() id: 126, sql: "DELETE FROM guild_member WHERE guildid = ?"
  204. Table 'characters.guild_member' doesn't exist
  205. In mysql_stmt_prepare() id: 127, sql: "INSERT INTO guild_rank (guildid, rid, rname, rights, BankMoneyPerDay) VALUES (?, ?, ?, ?, ?)"
  206. Table 'characters.guild_rank' doesn't exist
  207. In mysql_stmt_prepare() id: 128, sql: "DELETE FROM guild_rank WHERE guildid = ?"
  208. Table 'characters.guild_rank' doesn't exist
  209. In mysql_stmt_prepare() id: 129, sql: "DELETE FROM guild_rank WHERE guildid = ? AND rid >= ?"
  210. Table 'characters.guild_rank' doesn't exist
  211. In mysql_stmt_prepare() id: 130, sql: "INSERT INTO guild_bank_tab (guildid, TabId) VALUES (?, ?)"
  212. Table 'characters.guild_bank_tab' doesn't exist
  213. In mysql_stmt_prepare() id: 131, sql: "DELETE FROM guild_bank_tab WHERE guildid = ? AND TabId = ?"
  214. Table 'characters.guild_bank_tab' doesn't exist
  215. In mysql_stmt_prepare() id: 132, sql: "DELETE FROM guild_bank_tab WHERE guildid = ?"
  216. Table 'characters.guild_bank_tab' doesn't exist
  217. In mysql_stmt_prepare() id: 133, sql: "INSERT INTO guild_bank_item (guildid, TabId, SlotId, item_guid) VALUES (?, ?, ?, ?)"
  218. Table 'characters.guild_bank_item' doesn't exist
  219. In mysql_stmt_prepare() id: 134, sql: "DELETE FROM guild_bank_item WHERE guildid = ? AND TabId = ? AND SlotId = ?"
  220. Table 'characters.guild_bank_item' doesn't exist
  221. In mysql_stmt_prepare() id: 135, sql: "DELETE FROM guild_bank_item WHERE guildid = ?"
  222. Table 'characters.guild_bank_item' doesn't exist
  223. In mysql_stmt_prepare() id: 136, sql: "INSERT INTO guild_bank_right (guildid, TabId, rid, gbright, SlotPerDay) VALUES (?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE gbright = VALUES(gbright), SlotPerDay = VALUES(SlotPerDay)"
  224. Table 'characters.guild_bank_right' doesn't exist
  225. In mysql_stmt_prepare() id: 137, sql: "DELETE FROM guild_bank_right WHERE guildid = ?"
  226. Table 'characters.guild_bank_right' doesn't exist
  227. In mysql_stmt_prepare() id: 138, sql: "DELETE FROM guild_bank_right WHERE guildid = ? AND rid = ?"
  228. Table 'characters.guild_bank_right' doesn't exist
  229. In mysql_stmt_prepare() id: 139, sql: "INSERT INTO guild_bank_eventlog (guildid, LogGuid, TabId, EventType, PlayerGuid, ItemOrMoney, ItemStackCount, DestTabId, TimeStamp) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)"
  230. Table 'characters.guild_bank_eventlog' doesn't exist
  231. In mysql_stmt_prepare() id: 140, sql: "DELETE FROM guild_bank_eventlog WHERE guildid = ? AND LogGuid = ? AND TabId = ?"
  232. Table 'characters.guild_bank_eventlog' doesn't exist
  233. In mysql_stmt_prepare() id: 141, sql: "DELETE FROM guild_bank_eventlog WHERE guildid = ?"
  234. Table 'characters.guild_bank_eventlog' doesn't exist
  235. In mysql_stmt_prepare() id: 142, sql: "INSERT INTO guild_eventlog (guildid, LogGuid, EventType, PlayerGuid1, PlayerGuid2, NewRank, TimeStamp) VALUES (?, ?, ?, ?, ?, ?, ?)"
  236. Table 'characters.guild_eventlog' doesn't exist
  237. In mysql_stmt_prepare() id: 143, sql: "DELETE FROM guild_eventlog WHERE guildid = ? AND LogGuid = ?"
  238. Table 'characters.guild_eventlog' doesn't exist
  239. In mysql_stmt_prepare() id: 144, sql: "DELETE FROM guild_eventlog WHERE guildid = ?"
  240. Table 'characters.guild_eventlog' doesn't exist
  241. In mysql_stmt_prepare() id: 145, sql: "UPDATE guild_member SET pnote = ? WHERE guid = ?"
  242. Table 'characters.guild_member' doesn't exist
  243. In mysql_stmt_prepare() id: 146, sql: "UPDATE guild_member SET offnote = ? WHERE guid = ?"
  244. Table 'characters.guild_member' doesn't exist
  245. In mysql_stmt_prepare() id: 147, sql: "UPDATE guild_member SET rank = ? WHERE guid = ?"
  246. Table 'characters.guild_member' doesn't exist
  247. In mysql_stmt_prepare() id: 148, sql: "UPDATE guild SET motd = ? WHERE guildid = ?"
  248. Table 'characters.guild' doesn't exist
  249. In mysql_stmt_prepare() id: 149, sql: "UPDATE guild SET info = ? WHERE guildid = ?"
  250. Table 'characters.guild' doesn't exist
  251. In mysql_stmt_prepare() id: 150, sql: "UPDATE guild SET leaderguid = ? WHERE guildid = ?"
  252. Table 'characters.guild' doesn't exist
  253. In mysql_stmt_prepare() id: 151, sql: "UPDATE guild_rank SET rname = ? WHERE rid = ? AND guildid = ?"
  254. Table 'characters.guild_rank' doesn't exist
  255. In mysql_stmt_prepare() id: 152, sql: "UPDATE guild_rank SET rights = ? WHERE rid = ? AND guildid = ?"
  256. Table 'characters.guild_rank' doesn't exist
  257. In mysql_stmt_prepare() id: 153, sql: "UPDATE guild SET EmblemStyle = ?, EmblemColor = ?, BorderStyle = ?, BorderColor = ?, BackgroundColor = ? WHERE guildid = ?"
  258. Table 'characters.guild' doesn't exist
  259. In mysql_stmt_prepare() id: 154, sql: "UPDATE guild_bank_tab SET TabName = ?, TabIcon = ? WHERE guildid = ? AND TabId = ?"
  260. Table 'characters.guild_bank_tab' doesn't exist
  261. In mysql_stmt_prepare() id: 155, sql: "UPDATE guild SET BankMoney = ? WHERE guildid = ?"
  262. Table 'characters.guild' doesn't exist
  263. In mysql_stmt_prepare() id: 156, sql: "UPDATE guild_bank_eventlog SET TabId = ? WHERE guildid = ? AND TabId = ? AND LogGuid = ?"
  264. Table 'characters.guild_bank_eventlog' doesn't exist
  265. In mysql_stmt_prepare() id: 157, sql: "UPDATE guild_rank SET BankMoneyPerDay = ? WHERE rid = ? AND guildid = ?"
  266. Table 'characters.guild_rank' doesn't exist
  267. In mysql_stmt_prepare() id: 158, sql: "UPDATE guild_bank_tab SET TabText = ? WHERE guildid = ? AND TabId = ?"
  268. Table 'characters.guild_bank_tab' doesn't exist
  269. In mysql_stmt_prepare() id: 159, sql: "INSERT INTO guild_member_withdraw (guid, tab0, tab1, tab2, tab3, tab4, tab5, money) VALUES (?, ?, ?, ?, ?, ?, ?, ?) ON DUPLICATE KEY UPDATE tab0 = VALUES (tab0), tab1 = VALUES (tab1), tab2 = VALUES (tab2), tab3 = VALUES (tab3), tab4 = VALUES (tab4), tab5 = VALUES (tab5)"
  270. Table 'characters.guild_member_withdraw' doesn't exist
  271. In mysql_stmt_prepare() id: 163, sql: "INSERT INTO channels(name, team, lastUsed) VALUES (?, ?, UNIX_TIMESTAMP())"
  272. Table 'characters.channels' doesn't exist
  273. In mysql_stmt_prepare() id: 164, sql: "UPDATE channels SET announce = ?, ownership = ?, password = ?, bannedList = ?, lastUsed = UNIX_TIMESTAMP() WHERE name = ? AND team = ?"
  274. Table 'characters.channels' doesn't exist
  275. In mysql_stmt_prepare() id: 165, sql: "UPDATE channels SET lastUsed = UNIX_TIMESTAMP() WHERE name = ? AND team = ?"
  276. Table 'characters.channels' doesn't exist
  277. In mysql_stmt_prepare() id: 166, sql: "UPDATE channels SET ownership = ? WHERE name LIKE ?"
  278. Table 'characters.channels' doesn't exist
  279. In mysql_stmt_prepare() id: 167, sql: "DELETE FROM channels WHERE ownership = 1 AND lastUsed + ? < UNIX_TIMESTAMP()"
  280. Table 'characters.channels' doesn't exist
  281. In mysql_stmt_prepare() id: 168, sql: "UPDATE character_equipmentsets SET name=?, iconname=?, ignore_mask=?, item0=?, item1=?, item2=?, item3=?, item4=?, item5=?, item6=?, item7=?, item8=?, item9=?, item10=?, item11=?, item12=?, item13=?, item14=?, item15=?, item16=?, item17=?, item18=? WHERE guid=? AND setguid=? AND setindex=?"
  282. Table 'characters.character_equipmentsets' doesn't exist
  283. In mysql_stmt_prepare() id: 169, sql: "INSERT INTO character_equipmentsets (guid, setguid, setindex, name, iconname, ignore_mask, item0, item1, item2, item3, item4, item5, item6, item7, item8, item9, item10, item11, item12, item13, item14, item15, item16, item17, item18) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  284. Table 'characters.character_equipmentsets' doesn't exist
  285. In mysql_stmt_prepare() id: 170, sql: "DELETE FROM character_equipmentsets WHERE setguid=?"
  286. Table 'characters.character_equipmentsets' doesn't exist
  287. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  288. Table 'characters.character_aura' doesn't exist
  289. In mysql_stmt_prepare() id: 173, sql: "REPLACE INTO account_data (accountId, type, time, data) VALUES (?, ?, ?, ?)"
  290. Table 'characters.account_data' doesn't exist
  291. In mysql_stmt_prepare() id: 174, sql: "DELETE FROM account_data WHERE accountId = ?"
  292. Table 'characters.account_data' doesn't exist
  293. In mysql_stmt_prepare() id: 175, sql: "SELECT type, time, data FROM character_account_data WHERE guid = ?"
  294. Table 'characters.character_account_data' doesn't exist
  295. In mysql_stmt_prepare() id: 176, sql: "REPLACE INTO character_account_data(guid, type, time, data) VALUES (?, ?, ?, ?)"
  296. Table 'characters.character_account_data' doesn't exist
  297. In mysql_stmt_prepare() id: 177, sql: "DELETE FROM character_account_data WHERE guid = ?"
  298. Table 'characters.character_account_data' doesn't exist
  299. In mysql_stmt_prepare() id: 180, sql: "INSERT INTO account_tutorial(tut0, tut1, tut2, tut3, tut4, tut5, tut6, tut7, accountId) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)"
  300. Table 'characters.account_tutorial' doesn't exist
  301. In mysql_stmt_prepare() id: 181, sql: "UPDATE account_tutorial SET tut0 = ?, tut1 = ?, tut2 = ?, tut3 = ?, tut4 = ?, tut5 = ?, tut6 = ?, tut7 = ? WHERE accountId = ?"
  302. Table 'characters.account_tutorial' doesn't exist
  303. In mysql_stmt_prepare() id: 182, sql: "DELETE FROM account_tutorial WHERE accountId = ?"
  304. Table 'characters.account_tutorial' doesn't exist
  305. In mysql_stmt_prepare() id: 183, sql: "INSERT INTO instance (id, map, resettime, difficulty, completedEncounters, data) VALUES (?, ?, ?, ?, ?, ?)"
  306. Table 'characters.instance' doesn't exist
  307. In mysql_stmt_prepare() id: 184, sql: "UPDATE instance SET completedEncounters=?, data=? WHERE id=?"
  308. Table 'characters.instance' doesn't exist
  309. In mysql_stmt_prepare() id: 185, sql: "DELETE FROM game_event_save WHERE eventEntry = ?"
  310. Table 'characters.game_event_save' doesn't exist
  311. In mysql_stmt_prepare() id: 186, sql: "INSERT INTO game_event_save (eventEntry, state, next_start) VALUES (?, ?, ?)"
  312. Table 'characters.game_event_save' doesn't exist
  313. In mysql_stmt_prepare() id: 187, sql: "DELETE FROM game_event_condition_save WHERE eventEntry = ?"
  314. Table 'characters.game_event_condition_save' doesn't exist
  315. In mysql_stmt_prepare() id: 188, sql: "DELETE FROM game_event_condition_save WHERE eventEntry = ? AND condition_id = ?"
  316. Table 'characters.game_event_condition_save' doesn't exist
  317. In mysql_stmt_prepare() id: 189, sql: "INSERT INTO game_event_condition_save (eventEntry, condition_id, done) VALUES (?, ?, ?)"
  318. Table 'characters.game_event_condition_save' doesn't exist
  319. In mysql_stmt_prepare() id: 204, sql: "DELETE FROM petition_sign WHERE playerguid = ?"
  320. Table 'characters.petition_sign' doesn't exist
  321. In mysql_stmt_prepare() id: 205, sql: "DELETE FROM petition_sign WHERE playerguid = ? AND type = ?"
  322. Table 'characters.petition_sign' doesn't exist
  323. In mysql_stmt_prepare() id: 67, sql: "SELECT arenaTeamId, weekGames, seasonGames, seasonWins, personalRating FROM arena_team_member WHERE guid = ?"
  324. Table 'characters.arena_team_member' doesn't exist
  325. In mysql_stmt_prepare() id: 190, sql: "INSERT INTO arena_team (arenaTeamId, name, captainGuid, type, rating, backgroundColor, emblemStyle, emblemColor, borderStyle, borderColor) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  326. Table 'characters.arena_team' doesn't exist
  327. In mysql_stmt_prepare() id: 191, sql: "INSERT INTO arena_team_member (arenaTeamId, guid) VALUES (?, ?)"
  328. Table 'characters.arena_team_member' doesn't exist
  329. In mysql_stmt_prepare() id: 192, sql: "DELETE FROM arena_team where arenaTeamId = ?"
  330. Table 'characters.arena_team' doesn't exist
  331. In mysql_stmt_prepare() id: 193, sql: "DELETE FROM arena_team_member WHERE arenaTeamId = ?"
  332. Table 'characters.arena_team_member' doesn't exist
  333. In mysql_stmt_prepare() id: 194, sql: "UPDATE arena_team SET captainGuid = ? WHERE arenaTeamId = ?"
  334. Table 'characters.arena_team' doesn't exist
  335. In mysql_stmt_prepare() id: 195, sql: "DELETE FROM arena_team_member WHERE arenaTeamId = ? AND guid = ?"
  336. Table 'characters.arena_team_member' doesn't exist
  337. In mysql_stmt_prepare() id: 196, sql: "UPDATE arena_team SET rating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ?, rank = ? WHERE arenaTeamId = ?"
  338. Table 'characters.arena_team' doesn't exist
  339. In mysql_stmt_prepare() id: 197, sql: "UPDATE arena_team_member SET personalRating = ?, weekGames = ?, weekWins = ?, seasonGames = ?, seasonWins = ? WHERE arenaTeamId = ? AND guid = ?"
  340. Table 'characters.arena_team_member' doesn't exist
  341. In mysql_stmt_prepare() id: 198, sql: "DELETE FROM character_arena_stats WHERE guid = ?"
  342. Table 'characters.character_arena_stats' doesn't exist
  343. In mysql_stmt_prepare() id: 199, sql: "REPLACE INTO character_arena_stats (guid, slot, matchMakerRating) VALUES (?, ?, ?)"
  344. Table 'characters.character_arena_stats' doesn't exist
  345. In mysql_stmt_prepare() id: 201, sql: "UPDATE arena_team SET name = ? WHERE arenaTeamId = ?"
  346. Table 'characters.arena_team' doesn't exist
  347. In mysql_stmt_prepare() id: 213, sql: "INSERT INTO character_battleground_data (guid, instanceId, team, joinX, joinY, joinZ, joinO, joinMapId, taxiStart, taxiEnd, mountSpell) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  348. Table 'characters.character_battleground_data' doesn't exist
  349. In mysql_stmt_prepare() id: 214, sql: "DELETE FROM character_battleground_data WHERE guid = ?"
  350. Table 'characters.character_battleground_data' doesn't exist
  351. In mysql_stmt_prepare() id: 215, sql: "INSERT INTO character_homebind (guid, mapId, zoneId, posX, posY, posZ) VALUES (?, ?, ?, ?, ?, ?)"
  352. Table 'characters.character_homebind' doesn't exist
  353. In mysql_stmt_prepare() id: 216, sql: "UPDATE character_homebind SET mapId = ?, zoneId = ?, posX = ?, posY = ?, posZ = ? WHERE guid = ?"
  354. Table 'characters.character_homebind' doesn't exist
  355. In mysql_stmt_prepare() id: 217, sql: "DELETE FROM character_homebind WHERE guid = ?"
  356. Table 'characters.character_homebind' doesn't exist
  357. In mysql_stmt_prepare() id: 219, sql: "INSERT INTO corpse (corpseGuid, guid, posX, posY, posZ, orientation, mapId, displayId, itemCache, bytes1, bytes2, guildId, flags, dynFlags, time, corpseType, instanceId, phaseMask) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  358. Table 'characters.corpse' doesn't exist
  359. In mysql_stmt_prepare() id: 220, sql: "DELETE FROM corpse WHERE corpseGuid = ?"
  360. Table 'characters.corpse' doesn't exist
  361. In mysql_stmt_prepare() id: 221, sql: "DELETE FROM corpse WHERE guid = ? AND corpseType <> 0"
  362. Table 'characters.corpse' doesn't exist
  363. In mysql_stmt_prepare() id: 222, sql: "DELETE FROM corpse WHERE corpseType = 0 OR time < (UNIX_TIMESTAMP(NOW()) - ?)"
  364. Table 'characters.corpse' doesn't exist
  365. In mysql_stmt_prepare() id: 224, sql: "REPLACE INTO creature_respawn (guid, respawnTime, mapId, instanceId) VALUES (?, ?, ?, ?)"
  366. Table 'characters.creature_respawn' doesn't exist
  367. In mysql_stmt_prepare() id: 225, sql: "DELETE FROM creature_respawn WHERE guid = ? AND mapId = ? AND instanceId = ?"
  368. Table 'characters.creature_respawn' doesn't exist
  369. In mysql_stmt_prepare() id: 226, sql: "DELETE FROM creature_respawn WHERE mapId = ? AND instanceId = ?"
  370. Table 'characters.creature_respawn' doesn't exist
  371. In mysql_stmt_prepare() id: 229, sql: "REPLACE INTO gameobject_respawn (guid, respawnTime, mapId, instanceId) VALUES (?, ?, ?, ?)"
  372. Table 'characters.gameobject_respawn' doesn't exist
  373. In mysql_stmt_prepare() id: 230, sql: "DELETE FROM gameobject_respawn WHERE guid = ? AND mapId = ? AND instanceId = ?"
  374. Table 'characters.gameobject_respawn' doesn't exist
  375. In mysql_stmt_prepare() id: 231, sql: "DELETE FROM gameobject_respawn WHERE mapId = ? AND instanceId = ?"
  376. Table 'characters.gameobject_respawn' doesn't exist
  377. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  378. Table 'characters.gm_ticket' doesn't exist
  379. In mysql_stmt_prepare() id: 234, sql: "DELETE FROM gm_ticket WHERE id = ?"
  380. Table 'characters.gm_ticket' doesn't exist
  381. In mysql_stmt_prepare() id: 236, sql: "DELETE FROM gm_ticket WHERE playerGuid = ?"
  382. Table 'characters.gm_ticket' doesn't exist
  383. In mysql_stmt_prepare() id: 237, sql: "INSERT INTO gm_survey (guid, surveyId, mainSurvey, comment, createTime) VALUES (?, ?, ?, ?, UNIX_TIMESTAMP(NOW()))"
  384. Table 'characters.gm_survey' doesn't exist
  385. In mysql_stmt_prepare() id: 238, sql: "INSERT INTO gm_subsurvey (surveyId, questionId, answer, answerComment) VALUES (?, ?, ?, ?)"
  386. Table 'characters.gm_subsurvey' doesn't exist
  387. In mysql_stmt_prepare() id: 239, sql: "INSERT INTO lag_reports (guid, lagType, mapId, posX, posY, posZ, latency, createTime) VALUES (?, ?, ?, ?, ?, ?, ?, ?)"
  388. Table 'characters.lag_reports' doesn't exist
  389. In mysql_stmt_prepare() id: 289, sql: "INSERT INTO lfg_data (guid, dungeon, state) VALUES (?, ?, ?)"
  390. Table 'characters.lfg_data' doesn't exist
  391. In mysql_stmt_prepare() id: 290, sql: "DELETE FROM lfg_data WHERE guid = ?"
  392. Table 'characters.lfg_data' doesn't exist
  393. 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 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)"
  394. Table 'characters.characters' doesn't exist
  395. 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=?"
  396. Table 'characters.characters' doesn't exist
  397. In mysql_stmt_prepare() id: 242, sql: "UPDATE characters SET at_login = at_login | ? WHERE guid = ?"
  398. Table 'characters.characters' doesn't exist
  399. In mysql_stmt_prepare() id: 243, sql: "UPDATE characters set at_login = at_login & ~ ? WHERE guid = ?"
  400. Table 'characters.characters' doesn't exist
  401. In mysql_stmt_prepare() id: 244, sql: "UPDATE characters SET at_login = at_login | ?"
  402. Table 'characters.characters' doesn't exist
  403. In mysql_stmt_prepare() id: 245, sql: "INSERT INTO bugreport (type, content) VALUES(?, ?)"
  404. Table 'characters.bugreport' doesn't exist
  405. In mysql_stmt_prepare() id: 246, sql: "UPDATE petition SET name = ? WHERE petitionguid = ?"
  406. Table 'characters.petition' doesn't exist
  407. In mysql_stmt_prepare() id: 247, sql: "INSERT INTO petition_sign (ownerguid, petitionguid, playerguid, player_account) VALUES (?, ?, ?, ?)"
  408. Table 'characters.petition_sign' doesn't exist
  409. In mysql_stmt_prepare() id: 248, sql: "UPDATE characters SET online = 0 WHERE account = ?"
  410. Table 'characters.characters' doesn't exist
  411. In mysql_stmt_prepare() id: 249, sql: "INSERT INTO groups (guid, leaderGuid, lootMethod, looterGuid, lootThreshold, icon1, icon2, icon3, icon4, icon5, icon6, icon7, icon8, groupType, difficulty, raidDifficulty, masterLooterGuid) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  412. Table 'characters.groups' doesn't exist
  413. In mysql_stmt_prepare() id: 250, sql: "INSERT INTO group_member (guid, memberGuid, memberFlags, subgroup, roles) VALUES(?, ?, ?, ?, ?)"
  414. Table 'characters.group_member' doesn't exist
  415. In mysql_stmt_prepare() id: 251, sql: "DELETE FROM group_member WHERE memberGuid = ?"
  416. Table 'characters.group_member' doesn't exist
  417. In mysql_stmt_prepare() id: 252, sql: "DELETE FROM group_instance WHERE guid = ? AND instance = ?"
  418. Table 'characters.group_instance' doesn't exist
  419. In mysql_stmt_prepare() id: 253, sql: "UPDATE groups SET leaderGuid = ? WHERE guid = ?"
  420. Table 'characters.groups' doesn't exist
  421. In mysql_stmt_prepare() id: 254, sql: "UPDATE groups SET groupType = ? WHERE guid = ?"
  422. Table 'characters.groups' doesn't exist
  423. In mysql_stmt_prepare() id: 255, sql: "UPDATE group_member SET subgroup = ? WHERE memberGuid = ?"
  424. Table 'characters.group_member' doesn't exist
  425. In mysql_stmt_prepare() id: 256, sql: "UPDATE group_member SET memberFlags = ? WHERE memberGuid = ?"
  426. Table 'characters.group_member' doesn't exist
  427. In mysql_stmt_prepare() id: 257, sql: "UPDATE groups SET difficulty = ? WHERE guid = ?"
  428. Table 'characters.groups' doesn't exist
  429. In mysql_stmt_prepare() id: 258, sql: "UPDATE groups SET raiddifficulty = ? WHERE guid = ?"
  430. Table 'characters.groups' doesn't exist
  431. In mysql_stmt_prepare() id: 260, sql: "DELETE FROM character_talent WHERE spell = ?"
  432. Table 'characters.character_talent' doesn't exist
  433. In mysql_stmt_prepare() id: 259, sql: "DELETE FROM character_spell WHERE spell = ?"
  434. Table 'characters.character_spell' doesn't exist
  435. In mysql_stmt_prepare() id: 261, sql: "UPDATE characters SET deleteInfos_Name = name, deleteInfos_Account = account, deleteDate = UNIX_TIMESTAMP(), name = '', account = 0 WHERE guid = ?"
  436. Table 'characters.characters' doesn't exist
  437. In mysql_stmt_prepare() id: 262, sql: "UPDATE characters SET name = ?, account = ?, deleteDate = NULL, deleteInfos_Name = NULL, deleteInfos_Account = NULL WHERE deleteDate IS NOT NULL AND guid = ?"
  438. Table 'characters.characters' doesn't exist
  439. In mysql_stmt_prepare() id: 263, sql: "UPDATE characters SET zone = ? WHERE guid = ?"
  440. Table 'characters.characters' doesn't exist
  441. In mysql_stmt_prepare() id: 264, sql: "UPDATE characters SET level = ?, xp = 0 WHERE guid = ?"
  442. Table 'characters.characters' doesn't exist
  443. In mysql_stmt_prepare() id: 265, sql: "DELETE FROM character_achievement_progress WHERE criteria = ?"
  444. Table 'characters.character_achievement_progress' doesn't exist
  445. In mysql_stmt_prepare() id: 266, sql: "DELETE FROM character_achievement WHERE achievement = ?"
  446. Table 'characters.character_achievement' doesn't exist
  447. In mysql_stmt_prepare() id: 267, sql: "INSERT INTO addons (name, crc) VALUES (?, ?)"
  448. Table 'characters.addons' doesn't exist
  449. In mysql_stmt_prepare() id: 268, sql: "DELETE FROM pet_spell WHERE spell = ?"
  450. Table 'characters.pet_spell' doesn't exist
  451. In mysql_stmt_prepare() id: 269, sql: "DELETE FROM group_instance WHERE instance = ?"
  452. Table 'characters.group_instance' doesn't exist
  453. In mysql_stmt_prepare() id: 270, sql: "DELETE FROM group_instance WHERE guid = ? AND instance = ?"
  454. Table 'characters.group_instance' doesn't exist
  455. In mysql_stmt_prepare() id: 271, sql: "REPLACE INTO group_instance (guid, instance, permanent) VALUES (?, ?, ?)"
  456. Table 'characters.group_instance' doesn't exist
  457. In mysql_stmt_prepare() id: 272, sql: "UPDATE instance SET resettime = ? WHERE id = ?"
  458. Table 'characters.instance' doesn't exist
  459. In mysql_stmt_prepare() id: 273, sql: "UPDATE instance_reset SET resettime = ? WHERE mapid = ? AND difficulty = ?"
  460. Table 'characters.instance_reset' doesn't exist
  461. In mysql_stmt_prepare() id: 274, sql: "UPDATE characters SET online = 1 WHERE guid = ?"
  462. Table 'characters.characters' doesn't exist
  463. In mysql_stmt_prepare() id: 275, sql: "UPDATE characters set name = ?, at_login = at_login & ~ ? WHERE guid = ?"
  464. Table 'characters.characters' doesn't exist
  465. In mysql_stmt_prepare() id: 276, sql: "UPDATE worldstates SET value = ? WHERE entry = ?"
  466. Table 'characters.worldstates' doesn't exist
  467. In mysql_stmt_prepare() id: 277, sql: "INSERT INTO worldstates (entry, value) VALUES (?, ?)"
  468. Table 'characters.worldstates' doesn't exist
  469. In mysql_stmt_prepare() id: 278, sql: "DELETE FROM character_instance WHERE guid = ? AND instance = ?"
  470. Table 'characters.character_instance' doesn't exist
  471. In mysql_stmt_prepare() id: 279, sql: "UPDATE character_instance SET instance = ?, permanent = ? WHERE guid = ? AND instance = ?"
  472. Table 'characters.character_instance' doesn't exist
  473. In mysql_stmt_prepare() id: 280, sql: "INSERT INTO character_instance (guid, instance, permanent) VALUES (?, ?, ?)"
  474. Table 'characters.character_instance' doesn't exist
  475. In mysql_stmt_prepare() id: 281, sql: "UPDATE characters SET gender = ?, playerBytes = ?, playerBytes2 = ? WHERE guid = ?"
  476. Table 'characters.characters' doesn't exist
  477. In mysql_stmt_prepare() id: 282, sql: "DELETE FROM character_skills WHERE guid = ? AND skill = ?"
  478. Table 'characters.character_skills' doesn't exist
  479. In mysql_stmt_prepare() id: 283, sql: "UPDATE character_social SET flags = flags | ? WHERE guid = ? AND friend = ?"
  480. Table 'characters.character_social' doesn't exist
  481. In mysql_stmt_prepare() id: 284, sql: "UPDATE character_social SET flags = flags & ~ ? WHERE guid = ? AND friend = ?"
  482. Table 'characters.character_social' doesn't exist
  483. In mysql_stmt_prepare() id: 285, sql: "INSERT INTO character_social (guid, friend, flags) VALUES (?, ?, ?)"
  484. Table 'characters.character_social' doesn't exist
  485. In mysql_stmt_prepare() id: 286, sql: "DELETE FROM character_social WHERE guid = ? AND friend = ?"
  486. Table 'characters.character_social' doesn't exist
  487. In mysql_stmt_prepare() id: 287, sql: "UPDATE character_social SET note = ? WHERE guid = ? AND friend = ?"
  488. Table 'characters.character_social' doesn't exist
  489. In mysql_stmt_prepare() id: 288, sql: "UPDATE characters SET position_x = ?, position_y = ?, position_z = ?, orientation = ?, map = ?, zone = ?, trans_x = 0, trans_y = 0, trans_z = 0, transguid = 0, taxi_path = '' WHERE guid = ?"
  490. Table 'characters.characters' doesn't exist
  491. In mysql_stmt_prepare() id: 315, sql: "DELETE FROM character_aura WHERE spell = 9454 AND guid = ?"
  492. Table 'characters.character_aura' doesn't exist
  493. In mysql_stmt_prepare() id: 324, sql: "DELETE FROM character_achievement WHERE guid = ?"
  494. Table 'characters.character_achievement' doesn't exist
  495. In mysql_stmt_prepare() id: 325, sql: "DELETE FROM character_achievement_progress WHERE guid = ?"
  496. Table 'characters.character_achievement_progress' doesn't exist
  497. In mysql_stmt_prepare() id: 326, sql: "INSERT INTO character_achievement (guid, achievement, date) VALUES (?, ?, ?)"
  498. Table 'characters.character_achievement' doesn't exist
  499. In mysql_stmt_prepare() id: 327, sql: "DELETE FROM character_achievement_progress WHERE guid = ? AND criteria = ?"
  500. Table 'characters.character_achievement_progress' doesn't exist
  501. In mysql_stmt_prepare() id: 328, sql: "INSERT INTO character_achievement_progress (guid, criteria, counter, date) VALUES (?, ?, ?, ?)"
  502. Table 'characters.character_achievement_progress' doesn't exist
  503. In mysql_stmt_prepare() id: 329, sql: "DELETE FROM character_reputation WHERE guid = ? AND faction = ?"
  504. Table 'characters.character_reputation' doesn't exist
  505. In mysql_stmt_prepare() id: 330, sql: "INSERT INTO character_reputation (guid, faction, standing, flags) VALUES (?, ?, ? , ?)"
  506. Table 'characters.character_reputation' doesn't exist
  507. In mysql_stmt_prepare() id: 331, sql: "UPDATE characters SET arenaPoints = (arenaPoints + ?) WHERE guid = ?"
  508. Table 'characters.characters' doesn't exist
  509. In mysql_stmt_prepare() id: 332, sql: "DELETE FROM item_refund_instance WHERE item_guid = ?"
  510. Table 'characters.item_refund_instance' doesn't exist
  511. In mysql_stmt_prepare() id: 333, sql: "INSERT INTO item_refund_instance (item_guid, player_guid, paidMoney, paidExtendedCost) VALUES (?, ?, ?, ?)"
  512. Table 'characters.item_refund_instance' doesn't exist
  513. In mysql_stmt_prepare() id: 334, sql: "DELETE FROM groups WHERE guid = ?"
  514. Table 'characters.groups' doesn't exist
  515. In mysql_stmt_prepare() id: 335, sql: "DELETE FROM group_member WHERE guid = ?"
  516. Table 'characters.group_member' doesn't exist
  517. In mysql_stmt_prepare() id: 336, sql: "INSERT INTO character_gifts (guid, item_guid, entry, flags) VALUES (?, ?, ?, ?)"
  518. Table 'characters.character_gifts' doesn't exist
  519. In mysql_stmt_prepare() id: 337, sql: "DELETE FROM instance WHERE id = ?"
  520. Table 'characters.instance' doesn't exist
  521. In mysql_stmt_prepare() id: 338, sql: "DELETE FROM character_instance WHERE instance = ?"
  522. Table 'characters.character_instance' doesn't exist
  523. In mysql_stmt_prepare() id: 339, sql: "DELETE FROM character_instance USING character_instance LEFT JOIN instance ON character_instance.instance = id WHERE map = ? and difficulty = ?"
  524. Table 'characters.character_instance' doesn't exist
  525. In mysql_stmt_prepare() id: 340, sql: "DELETE FROM group_instance USING group_instance LEFT JOIN instance ON group_instance.instance = id WHERE map = ? and difficulty = ?"
  526. Table 'characters.group_instance' doesn't exist
  527. In mysql_stmt_prepare() id: 341, sql: "DELETE FROM instance WHERE map = ? and difficulty = ?"
  528. Table 'characters.instance' doesn't exist
  529. In mysql_stmt_prepare() id: 342, sql: "DELETE FROM mail_items WHERE mail_id = ?"
  530. Table 'characters.mail_items' doesn't exist
  531. In mysql_stmt_prepare() id: 343, sql: "INSERT INTO petition (ownerguid, petitionguid, name, type) VALUES (?, ?, ?, ?)"
  532. Table 'characters.petition' doesn't exist
  533. In mysql_stmt_prepare() id: 344, sql: "DELETE FROM petition WHERE petitionguid = ?"
  534. Table 'characters.petition' doesn't exist
  535. In mysql_stmt_prepare() id: 345, sql: "DELETE FROM petition_sign WHERE petitionguid = ?"
  536. Table 'characters.petition_sign' doesn't exist
  537. In mysql_stmt_prepare() id: 346, sql: "DELETE FROM character_declinedname WHERE guid = ?"
  538. Table 'characters.character_declinedname' doesn't exist
  539. In mysql_stmt_prepare() id: 347, sql: "INSERT INTO character_declinedname (guid, genitive, dative, accusative, instrumental, prepositional) VALUES (?, ?, ?, ?, ?, ?)"
  540. Table 'characters.character_declinedname' doesn't exist
  541. In mysql_stmt_prepare() id: 348, sql: "UPDATE characters SET name = ?, race = ?, at_login = at_login & ~ ? WHERE guid = ?"
  542. Table 'characters.characters' doesn't exist
  543. In mysql_stmt_prepare() id: 349, sql: "DELETE FROM character_skills WHERE skill IN (98, 113, 759, 111, 313, 109, 115, 315, 673, 137) AND guid = ?"
  544. Table 'characters.character_skills' doesn't exist
  545. In mysql_stmt_prepare() id: 350, sql: "INSERT INTO `character_skills` (guid, skill, value, max) VALUES (?, ?, 300, 300)"
  546. Table 'characters.character_skills' doesn't exist
  547. In mysql_stmt_prepare() id: 351, sql: "UPDATE characters SET taxi_path = '' WHERE guid = ?"
  548. Table 'characters.characters' doesn't exist
  549. In mysql_stmt_prepare() id: 352, sql: "UPDATE characters SET taximask = ? WHERE guid = ?"
  550. Table 'characters.characters' doesn't exist
  551. In mysql_stmt_prepare() id: 353, sql: "DELETE FROM character_queststatus WHERE guid = ?"
  552. Table 'characters.character_queststatus' doesn't exist
  553. In mysql_stmt_prepare() id: 354, sql: "DELETE FROM character_social WHERE guid = ?"
  554. Table 'characters.character_social' doesn't exist
  555. In mysql_stmt_prepare() id: 355, sql: "DELETE FROM character_social WHERE friend = ?"
  556. Table 'characters.character_social' doesn't exist
  557. In mysql_stmt_prepare() id: 356, sql: "DELETE FROM character_achievement WHERE achievement = ? AND guid = ?"
  558. Table 'characters.character_achievement' doesn't exist
  559. In mysql_stmt_prepare() id: 357, sql: "UPDATE character_achievement SET achievement = ? where achievement = ? AND guid = ?"
  560. Table 'characters.character_achievement' doesn't exist
  561. In mysql_stmt_prepare() id: 358, sql: "UPDATE item_instance ii, character_inventory ci SET ii.itemEntry = ? WHERE ii.itemEntry = ? AND ci.guid = ? AND ci.item = ii.guid"
  562. Table 'characters.item_instance' doesn't exist
  563. In mysql_stmt_prepare() id: 359, sql: "DELETE FROM character_spell WHERE spell = ? AND guid = ?"
  564. Table 'characters.character_spell' doesn't exist
  565. In mysql_stmt_prepare() id: 360, sql: "UPDATE character_spell SET spell = ? where spell = ? AND guid = ?"
  566. Table 'characters.character_spell' doesn't exist
  567. In mysql_stmt_prepare() id: 362, sql: "DELETE FROM character_reputation WHERE faction = ? AND guid = ?"
  568. Table 'characters.character_reputation' doesn't exist
  569. In mysql_stmt_prepare() id: 363, sql: "UPDATE character_reputation SET faction = ?, standing = ? WHERE faction = ? AND guid = ?"
  570. Table 'characters.character_reputation' doesn't exist
  571. In mysql_stmt_prepare() id: 364, sql: "UPDATE characters SET knownTitles = ? WHERE guid = ?"
  572. Table 'characters.characters' doesn't exist
  573. In mysql_stmt_prepare() id: 365, sql: "UPDATE characters SET chosenTitle = 0 WHERE guid = ?"
  574. Table 'characters.characters' doesn't exist
  575. In mysql_stmt_prepare() id: 366, sql: "DELETE FROM character_spell_cooldown WHERE guid = ?"
  576. Table 'characters.character_spell_cooldown' doesn't exist
  577. In mysql_stmt_prepare() id: 367, sql: "INSERT INTO character_spell_cooldown (guid, spell, item, time) VALUES (?, ?, ?, ?)"
  578. Table 'characters.character_spell_cooldown' doesn't exist
  579. In mysql_stmt_prepare() id: 368, sql: "DELETE FROM characters WHERE guid = ?"
  580. Table 'characters.characters' doesn't exist
  581. In mysql_stmt_prepare() id: 369, sql: "DELETE FROM character_action WHERE guid = ?"
  582. Table 'characters.character_action' doesn't exist
  583. In mysql_stmt_prepare() id: 370, sql: "DELETE FROM character_aura WHERE guid = ?"
  584. Table 'characters.character_aura' doesn't exist
  585. In mysql_stmt_prepare() id: 371, sql: "DELETE FROM character_gifts WHERE guid = ?"
  586. Table 'characters.character_gifts' doesn't exist
  587. In mysql_stmt_prepare() id: 372, sql: "DELETE FROM character_instance WHERE guid = ?"
  588. Table 'characters.character_instance' doesn't exist
  589. In mysql_stmt_prepare() id: 373, sql: "DELETE FROM character_inventory WHERE guid = ?"
  590. Table 'characters.character_inventory' doesn't exist
  591. In mysql_stmt_prepare() id: 374, sql: "DELETE FROM character_queststatus_rewarded WHERE guid = ?"
  592. Table 'characters.character_queststatus_rewarded' doesn't exist
  593. In mysql_stmt_prepare() id: 375, sql: "DELETE FROM character_reputation WHERE guid = ?"
  594. Table 'characters.character_reputation' doesn't exist
  595. In mysql_stmt_prepare() id: 376, sql: "DELETE FROM character_spell WHERE guid = ?"
  596. Table 'characters.character_spell' doesn't exist
  597. In mysql_stmt_prepare() id: 377, sql: "DELETE FROM mail WHERE receiver = ?"
  598. Table 'characters.mail' doesn't exist
  599. In mysql_stmt_prepare() id: 378, sql: "DELETE FROM mail_items WHERE receiver = ?"
  600. Table 'characters.mail_items' doesn't exist
  601. In mysql_stmt_prepare() id: 379, sql: "DELETE FROM character_achievement WHERE guid = ? AND achievement NOT BETWEEN '456' AND '467' AND achievement NOT BETWEEN '1400' AND '1427' AND achievement NOT IN(1463, 3117, 3259)"
  602. Table 'characters.character_achievement' doesn't exist
  603. In mysql_stmt_prepare() id: 380, sql: "DELETE FROM character_equipmentsets WHERE guid = ?"
  604. Table 'characters.character_equipmentsets' doesn't exist
  605. In mysql_stmt_prepare() id: 381, sql: "DELETE FROM guild_eventlog WHERE PlayerGuid1 = ? OR PlayerGuid2 = ?"
  606. Table 'characters.guild_eventlog' doesn't exist
  607. In mysql_stmt_prepare() id: 382, sql: "DELETE FROM guild_bank_eventlog WHERE PlayerGuid = ?"
  608. Table 'characters.guild_bank_eventlog' doesn't exist
  609. In mysql_stmt_prepare() id: 383, sql: "DELETE FROM character_glyphs WHERE guid = ?"
  610. Table 'characters.character_glyphs' doesn't exist
  611. In mysql_stmt_prepare() id: 384, sql: "DELETE FROM character_talent WHERE guid = ?"
  612. Table 'characters.character_talent' doesn't exist
  613. In mysql_stmt_prepare() id: 385, sql: "DELETE FROM character_skills WHERE guid = ?"
  614. Table 'characters.character_skills' doesn't exist
  615. In mysql_stmt_prepare() id: 386, sql: "UPDATE characters SET totalHonorPoints = ? WHERE guid = ?"
  616. Table 'characters.characters' doesn't exist
  617. In mysql_stmt_prepare() id: 387, sql: "UPDATE characters SET arenaPoints = ? WHERE guid = ?"
  618. Table 'characters.characters' doesn't exist
  619. In mysql_stmt_prepare() id: 388, sql: "UPDATE characters SET money = ? WHERE guid = ?"
  620. Table 'characters.characters' doesn't exist
  621. In mysql_stmt_prepare() id: 389, sql: "INSERT INTO character_action (guid, spec, button, action, type) VALUES (?, ?, ?, ?, ?)"
  622. Table 'characters.character_action' doesn't exist
  623. In mysql_stmt_prepare() id: 390, sql: "UPDATE character_action SET action = ?, type = ? WHERE guid = ? AND button = ? AND spec = ?"
  624. Table 'characters.character_action' doesn't exist
  625. In mysql_stmt_prepare() id: 391, sql: "DELETE FROM character_action WHERE guid = ? and button = ? and spec = ?"
  626. Table 'characters.character_action' doesn't exist
  627. In mysql_stmt_prepare() id: 392, sql: "DELETE FROM character_inventory WHERE item = ?"
  628. Table 'characters.character_inventory' doesn't exist
  629. In mysql_stmt_prepare() id: 393, sql: "DELETE FROM character_inventory WHERE bag = ? AND slot = ? AND guid = ?"
  630. Table 'characters.character_inventory' doesn't exist
  631. In mysql_stmt_prepare() id: 394, sql: "UPDATE mail SET has_items = ?, expire_time = ?, deliver_time = ?, money = ?, cod = ?, checked = ? WHERE id = ?"
  632. Table 'characters.mail' doesn't exist
  633. In mysql_stmt_prepare() id: 395, sql: "REPLACE INTO character_queststatus (guid, quest, status, explored, timer, mobcount1, mobcount2, mobcount3, mobcount4, itemcount1, itemcount2, itemcount3, itemcount4, playercount) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  634. Table 'characters.character_queststatus' doesn't exist
  635. In mysql_stmt_prepare() id: 396, sql: "DELETE FROM character_queststatus WHERE guid = ? AND quest = ?"
  636. Table 'characters.character_queststatus' doesn't exist
  637. In mysql_stmt_prepare() id: 397, sql: "INSERT IGNORE INTO character_queststatus_rewarded (guid, quest, active) VALUES (?, ?, 1)"
  638. Table 'characters.character_queststatus_rewarded' doesn't exist
  639. In mysql_stmt_prepare() id: 398, sql: "DELETE FROM character_queststatus_rewarded WHERE guid = ? AND quest = ?"
  640. Table 'characters.character_queststatus_rewarded' doesn't exist
  641. In mysql_stmt_prepare() id: 399, sql: "UPDATE character_queststatus_rewarded SET quest = ? WHERE quest = ? AND guid = ?"
  642. Table 'characters.character_queststatus_rewarded' doesn't exist
  643. In mysql_stmt_prepare() id: 400, sql: "UPDATE character_queststatus_rewarded SET active = 1 WHERE guid = ?"
  644. Table 'characters.character_queststatus_rewarded' doesn't exist
  645. In mysql_stmt_prepare() id: 401, sql: "UPDATE character_queststatus_rewarded SET active = 0 WHERE quest = ? AND guid = ?"
  646. Table 'characters.character_queststatus_rewarded' doesn't exist
  647. In mysql_stmt_prepare() id: 402, sql: "DELETE FROM character_skills WHERE guid = ? AND skill = ?"
  648. Table 'characters.character_skills' doesn't exist
  649. In mysql_stmt_prepare() id: 403, sql: "INSERT INTO character_skills (guid, skill, value, max) VALUES (?, ?, ?, ?)"
  650. Table 'characters.character_skills' doesn't exist
  651. In mysql_stmt_prepare() id: 404, sql: "UPDATE character_skills SET value = ?, max = ? WHERE guid = ? AND skill = ?"
  652. Table 'characters.character_skills' doesn't exist
  653. In mysql_stmt_prepare() id: 405, sql: "INSERT INTO character_spell (guid, spell, active, disabled) VALUES (?, ?, ?, ?)"
  654. Table 'characters.character_spell' doesn't exist
  655. In mysql_stmt_prepare() id: 406, sql: "DELETE FROM character_stats WHERE guid = ?"
  656. Table 'characters.character_stats' doesn't exist
  657. In mysql_stmt_prepare() id: 407, sql: "INSERT INTO character_stats (guid, maxhealth, maxpower1, maxpower2, maxpower3, maxpower4, maxpower5, maxpower6, maxpower7, strength, agility, stamina, intellect, spirit, armor, resHoly, resFire, resNature, resFrost, resShadow, resArcane, blockPct, dodgePct, parryPct, critPct, rangedCritPct, spellCritPct, attackPower, rangedAttackPower, spellPower, resilience) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  658. Table 'characters.character_stats' doesn't exist
  659. In mysql_stmt_prepare() id: 408, sql: "DELETE FROM petition WHERE ownerguid = ?"
  660. Table 'characters.petition' doesn't exist
  661. In mysql_stmt_prepare() id: 409, sql: "DELETE FROM petition_sign WHERE ownerguid = ?"
  662. Table 'characters.petition_sign' doesn't exist
  663. In mysql_stmt_prepare() id: 410, sql: "DELETE FROM petition WHERE ownerguid = ? AND type = ?"
  664. Table 'characters.petition' doesn't exist
  665. In mysql_stmt_prepare() id: 411, sql: "DELETE FROM petition_sign WHERE ownerguid = ? AND type = ?"
  666. Table 'characters.petition_sign' doesn't exist
  667. In mysql_stmt_prepare() id: 412, sql: "INSERT INTO character_glyphs VALUES(?, ?, ?, ?, ?, ?, ?, ?)"
  668. Table 'characters.character_glyphs' doesn't exist
  669. In mysql_stmt_prepare() id: 413, sql: "DELETE FROM character_talent WHERE guid = ? AND spell = ? AND talentGroup = ?"
  670. Table 'characters.character_talent' doesn't exist
  671. In mysql_stmt_prepare() id: 414, sql: "INSERT INTO character_talent (guid, spell, talentGroup) VALUES (?, ?, ?)"
  672. Table 'characters.character_talent' doesn't exist
  673. In mysql_stmt_prepare() id: 415, sql: "DELETE FROM character_action WHERE spec<>? AND guid = ?"
  674. Table 'characters.character_action' doesn't exist
  675. In mysql_stmt_prepare() id: 453, sql: "DELETE FROM item_loot_items WHERE container_id = ?"
  676. Table 'characters.item_loot_items' doesn't exist
  677. In mysql_stmt_prepare() id: 454, sql: "DELETE FROM item_loot_items WHERE container_id = ? AND item_id = ?"
  678. Table 'characters.item_loot_items' doesn't exist
  679. In mysql_stmt_prepare() id: 455, sql: "INSERT INTO item_loot_items (container_id, item_id, item_count, follow_rules, ffa, blocked, counted, under_threshold, needs_quest, rnd_prop, rnd_suffix) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  680. Table 'characters.item_loot_items' doesn't exist
  681. In mysql_stmt_prepare() id: 457, sql: "DELETE FROM item_loot_money WHERE container_id = ?"
  682. Table 'characters.item_loot_money' doesn't exist
  683. In mysql_stmt_prepare() id: 458, sql: "INSERT INTO item_loot_money (container_id, money) VALUES (?, ?)"
  684. Table 'characters.item_loot_money' doesn't exist
  685. In mysql_stmt_prepare() id: 416, sql: "REPLACE INTO calendar_events (id, creator, title, description, type, dungeon, eventtime, flags, time2) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)"
  686. Table 'characters.calendar_events' doesn't exist
  687. In mysql_stmt_prepare() id: 417, sql: "DELETE FROM calendar_events WHERE id = ?"
  688. Table 'characters.calendar_events' doesn't exist
  689. In mysql_stmt_prepare() id: 418, sql: "REPLACE INTO calendar_invites (id, event, invitee, sender, status, statustime, rank, text) VALUES (?, ?, ?, ?, ?, ?, ?, ?)"
  690. Table 'characters.calendar_invites' doesn't exist
  691. In mysql_stmt_prepare() id: 419, sql: "DELETE FROM calendar_invites WHERE id = ?"
  692. Table 'characters.calendar_invites' doesn't exist
  693. In mysql_stmt_prepare() id: 434, sql: "SELECT owner, slot FROM character_pet WHERE owner = ? AND slot >= ? AND slot <= ? ORDER BY slot"
  694. Table 'characters.character_pet' doesn't exist
  695. In mysql_stmt_prepare() id: 435, sql: "SELECT owner, id, entry, level, name FROM character_pet WHERE owner = ? AND slot >= ? AND slot <= ? ORDER BY slot"
  696. Table 'characters.character_pet' doesn't exist
  697. In mysql_stmt_prepare() id: 436, sql: "SELECT entry FROM character_pet WHERE owner = ? AND id = ? AND slot >= ? AND slot <= ?"
  698. Table 'characters.character_pet' doesn't exist
  699. In mysql_stmt_prepare() id: 437, sql: "SELECT slot, entry FROM character_pet WHERE owner = ? AND id = ?"
  700. Table 'characters.character_pet' doesn't exist
  701. In mysql_stmt_prepare() id: 432, sql: "DELETE FROM character_pet_declinedname WHERE owner = ?"
  702. Table 'characters.character_pet_declinedname' doesn't exist
  703. In mysql_stmt_prepare() id: 444, sql: "DELETE FROM character_pet_declinedname WHERE id = ?"
  704. Table 'characters.character_pet_declinedname' doesn't exist
  705. In mysql_stmt_prepare() id: 445, sql: "INSERT INTO character_pet_declinedname (id, owner, genitive, dative, accusative, instrumental, prepositional) VALUES (?, ?, ?, ?, ?, ?, ?)"
  706. Table 'characters.character_pet_declinedname' doesn't exist
  707. In mysql_stmt_prepare() id: 424, sql: "DELETE FROM pet_aura WHERE guid = ?"
  708. Table 'characters.pet_aura' doesn't exist
  709. In mysql_stmt_prepare() id: 430, sql: "DELETE FROM pet_spell WHERE guid = ?"
  710. Table 'characters.pet_spell' doesn't exist
  711. In mysql_stmt_prepare() id: 425, sql: "DELETE FROM pet_spell_cooldown WHERE guid = ?"
  712. Table 'characters.pet_spell_cooldown' doesn't exist
  713. In mysql_stmt_prepare() id: 426, sql: "INSERT INTO pet_spell_cooldown (guid, spell, time) VALUES (?, ?, ?)"
  714. Table 'characters.pet_spell_cooldown' doesn't exist
  715. In mysql_stmt_prepare() id: 427, sql: "DELETE FROM pet_spell WHERE guid = ? and spell = ?"
  716. Table 'characters.pet_spell' doesn't exist
  717. In mysql_stmt_prepare() id: 428, sql: "INSERT INTO pet_spell (guid, spell, active) VALUES (?, ?, ?)"
  718. Table 'characters.pet_spell' doesn't exist
  719. 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  720. Table 'characters.pet_aura' doesn't exist
  721. In mysql_stmt_prepare() id: 431, sql: "DELETE FROM character_pet WHERE owner = ?"
  722. Table 'characters.character_pet' doesn't exist
  723. In mysql_stmt_prepare() id: 446, sql: "UPDATE character_pet SET name = ?, renamed = 1 WHERE owner = ? AND id = ?"
  724. Table 'characters.character_pet' doesn't exist
  725. In mysql_stmt_prepare() id: 447, sql: "UPDATE character_pet SET slot = ? WHERE owner = ? AND slot = ? AND id <> ?"
  726. Table 'characters.character_pet' doesn't exist
  727. In mysql_stmt_prepare() id: 448, sql: "UPDATE character_pet SET slot = ? WHERE owner = ? AND slot = ?"
  728. Table 'characters.character_pet' doesn't exist
  729. In mysql_stmt_prepare() id: 449, sql: "UPDATE character_pet SET slot = ? WHERE owner = ? AND id = ?"
  730. Table 'characters.character_pet' doesn't exist
  731. In mysql_stmt_prepare() id: 450, sql: "DELETE FROM character_pet WHERE id = ?"
  732. Table 'characters.character_pet' doesn't exist
  733. In mysql_stmt_prepare() id: 451, sql: "DELETE FROM character_pet WHERE owner = ? AND (slot = ? OR slot > ?)"
  734. Table 'characters.character_pet' doesn't exist
  735. In mysql_stmt_prepare() id: 460, sql: "INSERT INTO pvpstats_battlegrounds (id, winner_faction, bracket_id, type, date) VALUES (?, ?, ?, ?, NOW())"
  736. Table 'characters.pvpstats_battlegrounds' doesn't exist
  737. In mysql_stmt_prepare() id: 461, sql: "INSERT INTO pvpstats_players (battleground_id, character_guid, score_killing_blows, score_deaths, score_honorable_kills, score_bonus_honor, score_damage_done, score_healing_done, attr_1, attr_2, attr_3, attr_4, attr_5) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
  738. Table 'characters.pvpstats_players' doesn't exist
  739. In mysql_stmt_prepare() id: 463, sql: "INSERT INTO quest_tracker (id, character_guid, quest_accept_time, core_hash, core_revision) VALUES (?, ?, NOW(), ?, ?)"
  740. Table 'characters.quest_tracker' doesn't exist
  741. In mysql_stmt_prepare() id: 464, sql: "UPDATE quest_tracker SET completed_by_gm = 1 WHERE id = ? AND character_guid = ? ORDER BY quest_accept_time DESC LIMIT 1"
  742. Table 'characters.quest_tracker' doesn't exist
  743. In mysql_stmt_prepare() id: 465, sql: "UPDATE quest_tracker SET quest_complete_time = NOW() WHERE id = ? AND character_guid = ? ORDER BY quest_accept_time DESC LIMIT 1"
  744. Table 'characters.quest_tracker' doesn't exist
  745. In mysql_stmt_prepare() id: 466, sql: "UPDATE quest_tracker SET quest_abandon_time = NOW() WHERE id = ? AND character_guid = ? ORDER BY quest_accept_time DESC LIMIT 1"
  746. Table 'characters.quest_tracker' doesn't exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement