mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Include PCH
--HG-- branch : compatibility
This commit is contained in:
parent
868470c19f
commit
b83c69bf89
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