This commit is contained in:
aozhiwei 2023-11-06 19:15:16 +08:00
parent 2cbc78c1d1
commit 1eae20f262

View File

@ -183,7 +183,7 @@ void FrameEvent::AddExplosionEx(CreatureWeakPtr& sender, int item_id, Position b
p.set_player_id(sender.Get()->GetUniId());
#endif
p.set_effect(effect);
p.set_effect(bullet_uniid);
p.set_bullet_uniid(bullet_uniid);
}
{
std::set<GridCell*> grid_list;