Advertisement
Guest User

Untitled

a guest
Jan 29th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Cleaning up instances...
  2. =SQL: SELECT group_instance.leaderGuid, instance FROM group_instance LEFT JOIN characters ON group_instance.leaderGuid = characters.guid LEFT JOIN groups ON group_instance.leaderGuid = groups.leaderGuid WHERE characters.guid IS NULL OR groups.leaderGuid IS NULL
  3. query ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups ON group_instance.leaderGuid = groups.leaderGuid WHERE characters.guid IS' at line 1
  4. =>> Instances cleaned up============================ 100%
  5.  
  6. Packing groups...
  7. SQL: SELECT groupId FROM groups
  8. query ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups' at line 1
  9. =>> Group Ids remapped, next group id is 1========== 100%
  10.  
  11. SQL: SELECT MAX(groupId) FROM groups
  12. query ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups' at line 1
  13.  
  14. Initialize Eluna Lua Engine...
  15.  
  16. Loading Spell Chain Data...
  17. SQL: SELECT spell_id, prev_spell, first_spell, rank, req_spell FROM spell_chain
  18. query ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ', req_spell FROM spell_chain' at line 1
  19. =>> Loaded 0 spell chain records==================== 100%
  20. `spell_chains` table is empty!
  21.  
  22. >> Loaded 50399 creature addons
  23. Creature (GUID: 29974) does not exist but has a record in `creature_addon`
  24. Creature (GUID: 29975) does not exist but has a record in `creature_addon`
  25. Creature (GUID: 29976) does not exist but has a record in `creature_addon`
  26. Creature (GUID: 29977) does not exist but has a record in `creature_addon`
  27. Creature (GUID: 29978) does not exist but has a record in `creature_addon`
  28. Creature (GUID: 29979) does not exist but has a record in `creature_addon`
  29. Creature (GUID: 29980) does not exist but has a record in `creature_addon`
  30. Creature (GUID: 49850) does not exist but has a record in `creature_addon`
  31. >>> Creature Addon Data loaded
  32.  
  33. > Loading table `creature_linking`
  34. =`creature_linking` has a non existing slave (guid: 160143, master_guid 40272), skipped
  35. `creature_linking` has a non existing slave (guid: 160159, master_guid 40272), skipped
  36. =>> Loaded creature linking for 646 creature-Guids== 100%
  37.  
  38. (Re)Loading Gossip menu options...
  39. =Gossip menu option (MenuId: 51002 Id: 0) have action_menu_id = 14323 for nonexistent menu
  40. Gossip menu option (MenuId: 51003 Id: 0) have action_menu_id = 14321 for nonexistent menu
  41. =Gossip menu option (MenuId: 51004 Id: 0) have action_menu_id = 14326 for nonexistent menu
  42. >> Loaded 2175 gossip_menu_option entries
  43.  
  44.  
  45. Table `db_scripts [type = 2]` contains unused script, id 510021.
  46. Table `db_scripts [type = 2]` contains unused script, id 510031.
  47. Table `db_scripts [type = 2]` contains unused script, id 510041.
  48. Loading Vendors...
  49. =>> Loaded `npc_vendor_template`, table is empty!=== 100%
  50.  
  51. Loading Groups...
  52. SQL: SELECT mainTank, mainAssistant, lootMethod, looterGuid, lootThreshold, icon1, icon2, icon3, icon4, icon5, icon6, icon7, icon8, isRaid, leaderGuid, groupId FROM groups
  53. query ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups' at line 1
  54. =>> Loaded 0 group definitions====================== 100%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement