diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:48:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:48:54 +0100 |
commit | 23b515f67f912078268767ec2d28b65711d39b2f (patch) | |
tree | ca7ef86914fd19a7fba137feb8daf668d6411b63 /src/map/atcommand.c | |
parent | c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08 (diff) | |
parent | 63062f9ddbc2c2a2384bfbbd496fc0572318a9e0 (diff) | |
download | hercules-23b515f67f912078268767ec2d28b65711d39b2f.tar.gz hercules-23b515f67f912078268767ec2d28b65711d39b2f.tar.bz2 hercules-23b515f67f912078268767ec2d28b65711d39b2f.tar.xz hercules-23b515f67f912078268767ec2d28b65711d39b2f.zip |
Merge pull request #2378 from 4144/interfaces
Different interfaces fixes
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 87be6ab1b..a9f63fe13 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -10716,6 +10716,9 @@ void atcommand_defaults(void) { atcommand = &atcommand_s; + atcommand->atcmd_output = &atcmd_output; + atcommand->atcmd_player_name = &atcmd_player_name; + atcommand->db = NULL; atcommand->alias_db = NULL; |