diff options
author | maximius <none@none> | 2009-09-23 13:24:06 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-23 13:24:06 -0700 |
commit | a96c704f4647dedb5bbc27aaff209783c31a1db5 (patch) | |
tree | b9fa4f407dee8961d2def964106fcd2c4d63f13c /src/game/Chat.h | |
parent | 36a2633f5dcd02d44050171cb081060797e12453 (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.h | 2 |
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) {} |