diff options
Diffstat (limited to 'src/operate.cc')
| -rw-r--r-- | src/operate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operate.cc b/src/operate.cc index b67b3dd..715c272 100644 --- a/src/operate.cc +++ b/src/operate.cc @@ -2406,7 +2406,7 @@ void Talk(uint32 CreatureID, int Mode, const char *Addressee, const char *Text, TConnection *Connection = GetFirstConnection(); while(Connection != NULL){ if(Connection->Live()){ - SendMessage(Connection, TALK_ADMIN_MESSAGE, Text); + SendMessage(Connection, TALK_ADMIN_MESSAGE, "%s", Text); } Connection = GetNextConnection(); |
