This commit is contained in:
2022-12-04 12:34:29 +01:00
parent 979b6adde2
commit 6383b3938b
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ public class NpcLoot : GlobalNPC
npcLoot.Add(ItemDropRule.Common(ModContent.ItemType<MithrilPebbleOfPigSmiting>(), 400, 1, 1));
}
}
}
}