Advertisement
Guest User

arena1c1.h

a guest
Jun 30th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.37 KB | None | 0 0
  1.  
  2.  
  3. #ifndef ARENA_1V1_H
  4. #define ARENA_1V1_H
  5.  
  6. // TalentTab.dbc -> TalentTabID
  7. const uint32 FORBIDDEN_TALENTS_IN_1V1_ARENA[] =
  8. {
  9.     // Healer
  10.     201, // PriestDiscipline
  11.     202, // PriestHoly
  12.     382, // PaladinHoly
  13.     262, // ShamanRestoration
  14.     282, // DruidRestoration
  15.  
  16.     // Tanks
  17.     //383, // PaladinProtection
  18.     //163, // WarriorProtection
  19.  
  20.     0 // End
  21. };
  22.  
  23.  
  24.  
  25.  
  26. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement