aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-23 13:24:06 -0700
committermaximius <none@none>2009-09-23 13:24:06 -0700
commita96c704f4647dedb5bbc27aaff209783c31a1db5 (patch)
treeb9fa4f407dee8961d2def964106fcd2c4d63f13c /src/game/Chat.h
parent36a2633f5dcd02d44050171cb081060797e12453 (diff)
*quest 12231 - The Bear God's Offspring, by Destalker
*SD2 enum escort faction, patch by manuel *Extend the Chathandler to TrinityScript, by Hawthorne --HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index f7b948c2cea..796c0acaa70 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -41,7 +41,7 @@ class ChatCommand
ChatCommand * ChildCommands;
};
-class ChatHandler
+class TRINITY_DLL_SPEC ChatHandler
{
public:
explicit ChatHandler(WorldSession* session) : m_session(session) {}