mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +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 Pet : public Creature
|
||||
class MANGOS_DLL_SPEC Pet : public Creature
|
||||
{
|
||||
public:
|
||||
explicit Pet(PetType type = MAX_PET_TYPE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue