One line fix for /butcher

This commit is contained in:
Deathmax 2011-06-01 23:10:24 +08:00
parent 4feb930020
commit 1728112caa

View file

@ -421,7 +421,7 @@ namespace TShockAPI
else
{
Main.npc[i].StrikeNPC(99999, 90f, 1);
NetMessage.SendData(28, -1, -1, "", ply, (float)99999, 90f, 1);
NetMessage.SendData(28, -1, -1, "", i, (float)99999, 90f, 1);
killcount++;
}
}