aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2018-08-25 22:47:35 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2018-08-25 22:47:35 +0200
commit56877d23601980d8a2637b1717574c6b39d66943 (patch)
tree78d3095b36e8cbdc58c1785da084c6f9f0b44f1e /src/server/scripts/Commands
parent5132547ab315375f6ac4324b25f9344e68e87fd9 (diff)
Fixed build
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_debug.cpp2
1 files changed, 1 insertions, 1 deletions
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());