mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
normalize includes: gm commands
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "../client.h"
|
||||
#include "../queryserv.h"
|
||||
#include "../worldserver.h"
|
||||
#include "../../common/events/player_event_logs.h"
|
||||
#include "../string_ids.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "zone/client.h"
|
||||
#include "zone/queryserv.h"
|
||||
#include "zone/string_ids.h"
|
||||
#include "zone/worldserver.h"
|
||||
|
||||
extern QueryServ *QServ;
|
||||
extern WorldServer worldserver;
|
||||
@@ -319,4 +319,4 @@ void command_parcels(Client *c, const Seperator *sep)
|
||||
c->SendParcelDeliveryToWorld(ps);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user