[refac] Move WarpLocation to Transport.hpp

This commit is contained in:
gsemaj
2021-05-01 11:06:48 -04:00
committed by Gent Semaj
parent f58c6b72b3
commit a0e758f5b7
2 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "servers/CNShardServer.hpp"
#include "NPCManager.hpp"
#include <unordered_map>
@@ -9,7 +8,9 @@ const int SLIDER_SPEED = 1200;
const int SLIDER_STOP_TICKS = 16;
const int SLIDER_GAP_SIZE = 45000;
struct WarpLocation;
struct WarpLocation {
int x, y, z, instanceID, isInstance, limitTaskID, npcID;
};
struct TransportRoute {
int type, start, end, cost, mssSpeed, mssRouteNum;