diff options
| author | joschiwald <joschiwald@online.de> | 2013-06-02 19:28:53 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-02 19:41:27 +0200 |
| commit | 3e108f068026e6bc54828c2f829c728928c349c7 (patch) | |
| tree | 9190a7e65f58ca8e4f2c454f36ffd2993769f08f /src | |
| parent | 15b055fe87b381c143341dca1686bfe0f9aef152 (diff) | |
DB/Autobroadcast: Update correct db struktur and auth base
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/World/World.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index 80577c3462e..9d2ee2eb2ba 100644 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -2675,14 +2675,12 @@ void World::SendAutoBroadcast() if (abcenter == 0) sWorld->SendWorldText(LANG_AUTO_BROADCAST, msg.c_str()); - else if (abcenter == 1) { WorldPacket data(SMSG_NOTIFICATION, (msg.size()+1)); data << msg; sWorld->SendGlobalMessage(&data); } - else if (abcenter == 2) { sWorld->SendWorldText(LANG_AUTO_BROADCAST, msg.c_str()); |
