Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.76 KB | None | 0 0
  1. SELECT * FROM world.quest_request_items;
  2. select * from world.quest_template where id = 13727;
  3. select * from world.quest_template where id = 13772;
  4. select * from world.creature_template where entry = 33708;
  5. select * from world.creature_template where entry = 33518;
  6. select * from world.creature_template where entry = 85139;
  7.  
  8. select * from world.? where entry = 85139;
  9.  
  10. select * from world.creature_text where CreatureID = 33707;
  11. select * from world.smart_scripts where entryorguid = 33707;
  12.  
  13. select * from world.item_template where entry = 7973;
  14. select * from world.item_template where entry = 5500;
  15. select * from world.spell_dbc where Id = 58165;
  16. select * from world.spell_loot_template where Entry = 58165;
  17.  
  18. select gmlevel from account_access where id = 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement