[11617] Make class Pet available from external libraries

This commit is contained in:
PSZ 2011-06-06 18:30:40 +04:00 committed by VladimirMangos
parent 437a7ad54c
commit 06a4b1af5c
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ typedef std::vector<uint32> AutoSpellList;
class Player; class Player;
class Pet : public Creature class MANGOS_DLL_SPEC Pet : public Creature
{ {
public: public:
explicit Pet(PetType type = MAX_PET_TYPE); explicit Pet(PetType type = MAX_PET_TYPE);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11616" #define REVISION_NR "11617"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__