From 56877d23601980d8a2637b1717574c6b39d66943 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Sat, 25 Aug 2018 22:47:35 +0200 Subject: Fixed build --- src/server/scripts/Commands/cs_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Commands') diff --git a/src/server/scripts/Commands/cs_debug.cpp b/src/server/scripts/Commands/cs_debug.cpp index f146c1ca27b..f29a12eb029 100644 --- a/src/server/scripts/Commands/cs_debug.cpp +++ b/src/server/scripts/Commands/cs_debug.cpp @@ -480,7 +480,7 @@ public: char const* name = "test"; uint8 code = atoi(args); - WorldPackets::Channel::ChannelNotify channelNotify = WorldPackets::Channel::ChannelNotify(); + WorldPackets::Channel::ChannelNotify channelNotify; channelNotify.Type = code; channelNotify._Channel = name; handler->GetSession()->SendPacket(channelNotify.Write()); -- cgit v1.2.3