diff options
Diffstat (limited to 'src/game/TemporarySummon.h')
-rw-r--r-- | src/game/TemporarySummon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/TemporarySummon.h b/src/game/TemporarySummon.h index b0206875b1a..e3e364cb531 100644 --- a/src/game/TemporarySummon.h +++ b/src/game/TemporarySummon.h @@ -23,7 +23,7 @@ #include "Creature.h" -class TRINITY_DLL_SPEC TempSummon : public Creature +class TempSummon : public Creature { public: explicit TempSummon(SummonPropertiesEntry const *properties, Unit *owner); |