aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-10 00:59:10 -0600
committermegamage <none@none>2009-02-10 00:59:10 -0600
commitfe85f521424656dedfb2fa189987be7ccb304ee7 (patch)
tree22fb88beed259416033d3cb661537ef8e69a0430 /src/game/World.cpp
parent7f39dbd8481bbc629deb0726e8fad976bf6995ed (diff)
[7252] Move all world global broadcast string (all arena/bg related) to `mangos_string`.
PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes. Really allow with .debug bg start bg with 1 player. Added helps for some existed .debug commands. Author: VladimirMangos --HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp2
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;