diff --git a/src/game/Chat.h b/src/game/Chat.h index 253055fef..9a8a36d7f 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -62,7 +62,7 @@ enum ChatCommandSearchResult CHAT_COMMAND_UNKNOWN_SUBCOMMAND, // command found but some level subcommand not find in subcommand list }; -class ChatHandler +class MANGOS_DLL_SPEC ChatHandler { public: explicit ChatHandler(WorldSession* session); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7bd5e8d19..4c588c1cc 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11525" + #define REVISION_NR "11526" #endif // __REVISION_NR_H__