mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-29 16:42:25 +00:00
zone_logsys structure clean
This commit is contained in:
parent
def95b6584
commit
7f1ba17894
@ -19,9 +19,10 @@
|
|||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/logsys.h"
|
#include "../common/logsys.h"
|
||||||
#include "../common/base_packet.h"
|
#include "../common/base_packet.h"
|
||||||
|
|
||||||
#include "mob.h"
|
#include "mob.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
void log_message_mob(LogType type, Mob *who, const char *fmt, ...) {
|
void log_message_mob(LogType type, Mob *who, const char *fmt, ...) {
|
||||||
if(!who->IsLoggingEnabled())
|
if(!who->IsLoggingEnabled())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user