--- deliantra/server/socket/loop.C 2006/12/14 00:01:37 1.11 +++ deliantra/server/socket/loop.C 2006/12/14 01:12:35 1.12 @@ -169,7 +169,7 @@ else if (!strcmp (buf, "spell_paths")) send_spell_paths (ns, params); else - Write_String_To_Socket (ns, bigbuf, len); + ns->send_packet (bigbuf, len); } /**