diff options
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 3b7445b4843..0ceb1aa7850 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -2645,7 +2645,7 @@ void World::SendGMText(int32 string_id, ...) delete data_cache[i][j]; } -/// Send a System Message to all players (except self if mentioned) +/// DEPRICATED, only for debug purpose. Send a System Message to all players (except self if mentioned) void World::SendGlobalText(const char* text, WorldSession *self) { WorldPacket data; |