You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 rivejä
317 B

  1. const events = require('../misc/events');
  2. const tableNames = [
  3. 'character',
  4. 'characterList',
  5. 'stash',
  6. 'skins',
  7. 'login',
  8. 'leaderboard',
  9. 'customMap',
  10. 'mail',
  11. 'customChannels',
  12. 'error',
  13. 'modLog',
  14. 'accountInfo',
  15. 'mtxStash'
  16. ];
  17. events.emit('onBeforeGetTableNames', tableNames);
  18. module.exports = tableNames;