diff options
| author | Seline <none@none> | 2008-10-12 18:26:26 -0500 |
|---|---|---|
| committer | Seline <none@none> | 2008-10-12 18:26:26 -0500 |
| commit | 63af34886bdcf04a51012c34f53c330e4f805f16 (patch) | |
| tree | a228d92f7978fd129ae261cf89d37776531064d1 /src/game/Level1.cpp | |
| parent | fdcf5cc4069be8584b21fe42ee90d7d6109b3c9a (diff) | |
[svn] * Send ShutdownMsg to console using outstring_log.
* Prevent Client Crashes when MOVEMENTFLAG_ONTRANSPORT and MOVEMENTFLAG_SPLINE2 is set on creatures.
* Implement four new SEC_ADMINISTRATOR commands:
- Group (.group [leader]/[disband]/[remove]) commands.
- GameObject State (.gobject state <guid> <state>) command.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level1.cpp')
| -rw-r--r-- | src/game/Level1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index 34fe48ee89e..9fae126c5b0 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -122,7 +122,7 @@ bool ChatHandler::HandleNameAnnounceCommand(const char* args) WorldPacket data; if(!*args) return false; - char str[1024]; + //char str[1024]; //sprintf(str, GetMangosString(LANG_ANNOUNCE_COLOR), m_session->GetPlayer()->GetName(), args); sWorld.SendWorldText(LANG_ANNOUNCE_COLOR, m_session->GetPlayer()->GetName(), args); return true; |
