diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 3355e8a..9d8d179 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3593,6 +3593,8 @@ void Human::GMAddItem(int item_id, int item_num) } break; } + } else { + AddItem(item_id, item_num); } } need_sync_active_player = true;