normalize includes: gm commands

This commit is contained in:
brainiac
2025-12-18 01:06:22 -08:00
committed by Alex
parent 2af5f99fff
commit 2bff404d22
293 changed files with 455 additions and 644 deletions
+6 -6
View File
@@ -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);
}
}
}
}