Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. enum AtLoginFlags
  2. {
  3. AT_LOGIN_NONE = 0x00,
  4. AT_LOGIN_RENAME = 0x01,
  5. AT_LOGIN_RESET_SPELLS = 0x02,
  6. AT_LOGIN_RESET_TALENTS = 0x04,
  7. AT_LOGIN_CUSTOMIZE = 0x08,
  8. AT_LOGIN_RESET_PET_TALENTS = 0x10,
  9. AT_LOGIN_FIRST = 0x20,
  10. AT_LOGIN_CHANGE_FACTION = 0x40,
  11. AT_LOGIN_CHANGE_RACE = 0x80
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement