Skip to content

Commit

Permalink
[12192] Update SkillType enum
Browse files Browse the repository at this point in the history
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
  • Loading branch information
Zakamurite committed Sep 6, 2012
1 parent 8de5c16 commit 750696e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions src/game/SharedDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -2611,10 +2611,19 @@ enum SkillType
SKILL_GENERAL_SHAMAN = 801,
SKILL_GENERAL_WARLOCK = 802,
SKILL_GENERAL_WARRIOR = 803,
SKILL_GENERAL_PRIEST = 804
};

#define MAX_SKILL_TYPE 805
SKILL_GENERAL_PRIEST = 804,
SKILL_PET_WATER_ELEMENTAL = 805,
SKILL_PET_FOX = 808,
SKILL_ALL_GLYPHS = 810,
SKILL_PET_DOG = 811,
SKILL_PET_MONKEY = 815,
SKILL_PET_SHALE_SPIDER = 817,
SKILL_PET_BEETLE = 818,
SKILL_ALL_GUILD_PERKS = 821,
SKILL_PET_HYDRA = 824,
};

#define MAX_SKILL_TYPE 825

inline SkillType SkillByLockType(LockType locktype)
{
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12191"
#define REVISION_NR "12192"
#endif // __REVISION_NR_H__

0 comments on commit 750696e

Please sign in to comment.