aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKrudor <erikstrandberg93@hotmail.com>2017-03-19 14:05:10 +0100
committertkrokli <tkrokli@users.noreply.github.com>2017-03-19 14:07:21 +0100
commit27bf4010b8d12c27d3d8f6df40bff3d9b1a425b1 (patch)
tree20d5f7841e898b25ed602e1ef7f1ac5826e41fb8 /src
parenta66a8e721f9843a05a2ab362f76ad889c24455e1 (diff)
Core/Pakcets: vs2015/AppVeyor build fix
- missing TC_GAME_API for class PlaySpellVisual caused VS2015/AppVeyor builds to fail
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Server/Packets/SpellPackets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Server/Packets/SpellPackets.h b/src/server/game/Server/Packets/SpellPackets.h
index 576faa1a159..b0d78bd0b97 100644
--- a/src/server/game/Server/Packets/SpellPackets.h
+++ b/src/server/game/Server/Packets/SpellPackets.h
@@ -761,7 +761,7 @@ namespace WorldPackets
int32 SpellVisualID = 0;
};
- class PlaySpellVisual final : public ServerPacket
+ class TC_GAME_API PlaySpellVisual final : public ServerPacket
{
public:
PlaySpellVisual() : ServerPacket(SMSG_PLAY_SPELL_VISUAL, 16 + 16 + 2 + 4 + 1 + 2 + 4 + 4 * 4) { }