diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index dd2c9f576..03dfb6b5e 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -912,7 +912,6 @@ bool Pet::InitStatsForLevel(uint32 petlevel, Unit* owner) SetUInt32Value(UNIT_FIELD_FLAGS, UNIT_FLAG_PVP_ATTACKABLE); break; case HUNTER_PET: - SetSheath(SHEATH_STATE_MELEE); SetByteValue(UNIT_FIELD_BYTES_0, 1, CLASS_WARRIOR); SetByteValue(UNIT_FIELD_BYTES_0, 2, GENDER_NONE); SetSheath(SHEATH_STATE_MELEE); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 0dee5fcfd..96112c6d5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11424" + #define REVISION_NR "11425" #endif // __REVISION_NR_H__