Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Fixed buying and selling items + packet for removing items (stack item in inventory) #163

Merged
merged 7 commits into from
Aug 21, 2016

Conversation

Maufeat
Copy link
Member

@Maufeat Maufeat commented Aug 20, 2016

Issue #159

@codecov-io
Copy link

codecov-io commented Aug 20, 2016

Current coverage is 9.82% (diff: 0.00%)

Merging #163 into master will decrease coverage by 0.23%

@@             master      #163   diff @@
=========================================
  Files           100       100          
  Lines          8928      9161   +233   
  Methods        1097      1180    +83   
  Messages          0         0          
  Branches        710       771    +61   
=========================================
+ Hits            898       900     +2   
- Misses         8027      8250   +223   
- Partials          3        11     +8   

Powered by Codecov. Last update 39fd56a...1508e30

@@ -96,7 +96,7 @@ public class ItemType : IBuff

// Not from data
public ItemRecipe Recipe { get; private set; }
public int TotalPrice { get { return Recipe.TotalPrice; } }
public int TotalPrice { get { return getTotalItemPrice(); } }
Copy link
Member

@MythicManiac MythicManiac Aug 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be a thing, it's cached for a reason. What was wrong with the recipes total price?

@Neekhaulas Neekhaulas merged commit 2b4b6a2 into master Aug 21, 2016
@Neekhaulas Neekhaulas removed the ready label Aug 21, 2016
@Maufeat Maufeat deleted the itemManagement branch August 23, 2016 09:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants