mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[11617] Make class Pet available from external libraries
This commit is contained in:
parent
437a7ad54c
commit
06a4b1af5c
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue