diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-04-24 00:25:18 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 02:22:20 -0400 |
commit | f9f245a109bff84a030f917122eeb9b6336a982c (patch) | |
tree | ae6c65e6ab1dbd6a93c8aad3301059d9003f7e80 /src/map/itemdb.hpp | |
parent | 543924caa81c3469a90388e5112dcd93abf6eec9 (diff) | |
download | tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.tar.gz tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.tar.bz2 tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.tar.xz tmwa-f9f245a109bff84a030f917122eeb9b6336a982c.zip |
remove item labels
Diffstat (limited to 'src/map/itemdb.hpp')
-rw-r--r-- | src/map/itemdb.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.hpp b/src/map/itemdb.hpp index 5e19c0b..19f40a8 100644 --- a/src/map/itemdb.hpp +++ b/src/map/itemdb.hpp @@ -36,7 +36,7 @@ namespace map struct item_data { ItemNameId nameid; - ItemName name, jname; + ItemName name; int value_buy; int value_sell; ItemType type; |