s/id/description/

This commit is contained in:
Gunter Labes 2008-04-26 12:20:51 +00:00
parent b20e8de388
commit dbe75a13b9

View file

@ -1279,7 +1279,7 @@ void game::send_server_message(const char* message, network::connection sock, si
simple_wml::node& cmd = doc.root().add_child("turn");
simple_wml::node& cfg = cmd.add_child("command");
simple_wml::node& msg = cfg.add_child("speak");
msg.set_attr("id", "server");
msg.set_attr("description", "server");
msg.set_attr_dup("message", message);
} else {
simple_wml::node& msg = doc.root().add_child("message");