mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 03:22:40 -04:00
Update src/server/game/Chat/Channels/Channel.cpp
lolpwnz
This commit is contained in:
@@ -717,7 +717,7 @@ void Channel::Invite(uint64 p, const char *newname)
|
||||
SendToOne(&data, newp->GetGUID());
|
||||
data.clear();
|
||||
}
|
||||
//else return; if first way will not work, uncomment this, it's may work.
|
||||
else return;
|
||||
}
|
||||
MakePlayerInvited(&data, newp->GetName());
|
||||
SendToOne(&data, p);
|
||||
|
||||
Reference in New Issue
Block a user