diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Commands/cs_debug.cpp | 2 |
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()); |