mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix missing change in SendNotification() (forgot to diff it)
--HG-- branch : trunk
This commit is contained in:
@@ -501,7 +501,7 @@ void WorldSession::SendNotification(const char *format,...)
|
||||
}
|
||||
}
|
||||
|
||||
void WorldSession::SendNotification(int32 string_id,...)
|
||||
void WorldSession::SendNotification(uint32 string_id,...)
|
||||
{
|
||||
char const* format = GetTrinityString(string_id);
|
||||
if (format)
|
||||
|
||||
Reference in New Issue
Block a user