Changed: Include PCH
This commit is contained in:
parent
446abed89a
commit
2be2509e38
1 changed files with 1 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "nel/misc/types_nl.h"
|
||||
#include "stdpch.h"
|
||||
#include "send_chat.h"
|
||||
|
||||
/**
|
||||
|
@ -81,7 +81,6 @@ void npcChatToChannel(const TDataSetRow &senderId, CChatGroup::TGroupType groupT
|
|||
sendMessageViaMirror("IOS", msgout);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Send a chat line from a bot (mainly NPC) in a chat channel (know as chat group).
|
||||
* Chat group can be constructed from CChatGroup class.
|
||||
|
@ -169,7 +168,6 @@ void npcTellToPlayer(const TDataSetRow &senderId, const TDataSetRow &receiverId,
|
|||
sendMessageViaMirror("IOS", msgout);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Send a tell line from a bot (mainly NPC) to a player. Accept parametered strings
|
||||
* phraseId is a phrase id obtained through the string manager
|
||||
|
|
Loading…
Reference in a new issue