mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor.
This commit is contained in:
@@ -22,7 +22,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
|
||||
using Meteor.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class ItemSearchClosePacket
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
===========================================================================
|
||||
*/
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class ItemSearchResult
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
|
||||
using Meteor.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class ItemSearchResultsBeginPacket
|
||||
{
|
||||
|
@@ -24,7 +24,7 @@ using System;
|
||||
using Meteor.Common;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class ItemSearchResultsBodyPacket
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
|
||||
using Meteor.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class ItemSearchResultsEndPacket
|
||||
{
|
||||
|
@@ -25,7 +25,7 @@ using System.Text;
|
||||
using Meteor.Common;
|
||||
using System;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class PlayerSearchCommentResultPacket
|
||||
{
|
||||
|
@@ -25,7 +25,7 @@ using System.Text;
|
||||
using Meteor.Common;
|
||||
using System;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class PlayerSearchInfoResultPacket
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
===========================================================================
|
||||
*/
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class PlayerSearchResult
|
||||
{
|
||||
|
@@ -23,7 +23,7 @@ using System.IO;
|
||||
|
||||
using Meteor.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class RetainerResultBodyPacket
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
|
||||
using Meteor.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class RetainerResultEndPacket
|
||||
{
|
||||
|
@@ -21,7 +21,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
|
||||
using Meteor.Common;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class RetainerResultUpdatePacket
|
||||
{
|
||||
|
@@ -23,7 +23,7 @@ using Meteor.Common;
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class RetainerSearchHistoryPacket
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
===========================================================================
|
||||
*/
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class RetainerSearchHistoryResult
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@ along with Project Meteor Server. If not, see <https:www.gnu.org/licenses/>.
|
||||
===========================================================================
|
||||
*/
|
||||
|
||||
namespace FFXIVClassic_Map_Server.packets.send.search
|
||||
namespace Meteor.Map.packets.send.search
|
||||
{
|
||||
class RetainerSearchResult
|
||||
{
|
||||
|
Reference in New Issue
Block a user