diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-26 02:02:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-26 02:02:43 +0300 |
commit | ee12ea1f64fe7efcbfdba7e663de1663f3367834 (patch) | |
tree | a4461d79b2ef5a2a4bd498e2063c78a4c9fe1cf6 /src/actions/actions.cpp | |
parent | 651dee7fb3c45ed18c490dc039677daed1c33aa9 (diff) | |
download | mv-ee12ea1f64fe7efcbfdba7e663de1663f3367834.tar.gz mv-ee12ea1f64fe7efcbfdba7e663de1663f3367834.tar.bz2 mv-ee12ea1f64fe7efcbfdba7e663de1663f3367834.tar.xz mv-ee12ea1f64fe7efcbfdba7e663de1663f3367834.zip |
Rename InventoryType::Mail into InventoryType::MailEdit.
Diffstat (limited to 'src/actions/actions.cpp')
-rw-r--r-- | src/actions/actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index a8ad2a63f..d95b240c5 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -266,7 +266,7 @@ static Item *getItemByInvIndex(const int index, case InventoryType::Npc: case InventoryType::Cart: case InventoryType::Vending: - case InventoryType::Mail: + case InventoryType::MailEdit: case InventoryType::Craft: case InventoryType::TypeEnd: default: |