aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-01 15:06:11 -0500
committermegamage <none@none>2009-06-01 15:06:11 -0500
commit00d9a7b351fb0f474cb4859d120424dcbce97d78 (patch)
tree352cf0e430334fb6c19075d49b48f5994fd6abd2 /src/game
parent999b49201a61f0ca86fbe84be58d462a0dc80461 (diff)
parent56a005703be0342e9b8233a14d2b618b55164467 (diff)
*Merge. (4s rule while drinking in arena skipped because i do not know how to merge it)
--HG-- branch : trunk
Diffstat (limited to 'src/game')
-rw-r--r--src/game/Chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index e10c093e0e3..f8c217d5c42 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -879,7 +879,7 @@ void ChatHandler::SendGlobalGMSysMessage(const char *str)
FillSystemMessageData(&data, line);
sWorld.SendGlobalGMMessage(&data);
}
- delete buf;
+ free(buf);
}
void ChatHandler::SendSysMessage(int32 entry)