From 59f1ef059431e9eeb9af1d838cc499de3951ba1a Mon Sep 17 00:00:00 2001 From: TheManii Date: Mon, 9 May 2016 00:48:58 -0400 Subject: [PATCH] REALLY fix whitepaces --- FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs b/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs index 731650f5..dd2da746 100644 --- a/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs +++ b/FFXIVClassic Map Server/packets/send/SetWeatherPacket.cs @@ -33,7 +33,7 @@ namespace FFXIVClassic_Map_Server.packets.send // 8029 / 73565 - Not supported public const uint WEATHER_DALAMUD = 0x011F5E; // 8030 / 73566 public const uint WEATHER_AURORA = 0x011F5F; // 8031 / 73567 - public const uint WEATHER_DALAMUDTHUNDER = 0x011F60; // 8032 / 73568 + public const uint WEATHER_DALAMUDTHUNDER = 0x011F60; // 8032 / 73568 public const ushort OPCODE = 0x000D; public const uint PACKET_SIZE = 0x28;