mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
change db update manifest to header
change build yml
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
#include "../strings.h"
|
||||
#include "../rulesys.h"
|
||||
#include "../http/httplib.h"
|
||||
|
||||
#include "database_update_manifest.cpp"
|
||||
#include "database_update_manifest_custom.cpp"
|
||||
#include "database_update_manifest_bots.cpp"
|
||||
#include "database_dump_service.h"
|
||||
#include "database_update_manifest.h"
|
||||
#include "database_update_manifest_custom.h"
|
||||
#include "database_update_manifest_bots.h"
|
||||
|
||||
constexpr int BREAK_LENGTH = 70;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include "database_update.h"
|
||||
#pragma once
|
||||
|
||||
std::vector<ManifestEntry> manifest_entries = {
|
||||
ManifestEntry{
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include "database_update.h"
|
||||
#pragma once
|
||||
|
||||
std::vector<ManifestEntry> bot_manifest_entries = {
|
||||
ManifestEntry{
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include "database_update.h"
|
||||
#pragma once
|
||||
|
||||
std::vector<ManifestEntry> manifest_entries_custom = {
|
||||
ManifestEntry{
|
||||
Reference in New Issue
Block a user