add NPCAddBuff bouncer

This commit is contained in:
AxeelAnder 2018-10-20 13:21:38 +08:00
parent 87915b70b0
commit fc38521dbd
2 changed files with 33 additions and 2 deletions

View file

@ -2677,8 +2677,7 @@ namespace TShockAPI
if (OnNPCAddBuff(args.Player, args.Data, id, type, time))
return true;
args.Player.SendData(PacketTypes.NpcAddBuff, "", id);
return true;
}