mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[8152] Class TemporarySummon exported.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
03926619d9
commit
44e8c3374f
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#include "Creature.h"
|
||||
#include "ObjectAccessor.h"
|
||||
|
||||
class TemporarySummon : public Creature
|
||||
class MANGOS_DLL_SPEC TemporarySummon : public Creature
|
||||
{
|
||||
public:
|
||||
explicit TemporarySummon(uint64 summoner = 0);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8151"
|
||||
#define REVISION_NR "8152"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue