[8152] Class TemporarySummon exported.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-07-09 04:14:46 +02:00
parent 03926619d9
commit 44e8c3374f
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8151"
#define REVISION_NR "8152"
#endif // __REVISION_NR_H__