mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11526] Make ChatHandler accessable from script DLL as expected by recently added AI call.
This commit is contained in:
parent
dcac3b8fa0
commit
f98144e89d
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ enum ChatCommandSearchResult
|
||||||
CHAT_COMMAND_UNKNOWN_SUBCOMMAND, // command found but some level subcommand not find in subcommand list
|
CHAT_COMMAND_UNKNOWN_SUBCOMMAND, // command found but some level subcommand not find in subcommand list
|
||||||
};
|
};
|
||||||
|
|
||||||
class ChatHandler
|
class MANGOS_DLL_SPEC ChatHandler
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit ChatHandler(WorldSession* session);
|
explicit ChatHandler(WorldSession* session);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11525"
|
#define REVISION_NR "11526"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue