summaryrefslogtreecommitdiff
path: root/src/net/eathena/tradehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-10 23:32:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-10 23:32:22 +0300
commit7d9f6bd3984c423b89a9f564342cde74f378f8c9 (patch)
treeeb6288208d78752b016440556beaea98dfbe0168 /src/net/eathena/tradehandler.cpp
parentb81f22b9ca68675d16fa2263b89d7dd0d179ef45 (diff)
downloadplus-7d9f6bd3984c423b89a9f564342cde74f378f8c9.tar.gz
plus-7d9f6bd3984c423b89a9f564342cde74f378f8c9.tar.bz2
plus-7d9f6bd3984c423b89a9f564342cde74f378f8c9.tar.xz
plus-7d9f6bd3984c423b89a9f564342cde74f378f8c9.zip
Fix case in new strong typed types.
Diffstat (limited to 'src/net/eathena/tradehandler.cpp')
-rw-r--r--src/net/eathena/tradehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/tradehandler.cpp b/src/net/eathena/tradehandler.cpp
index a1a5f261b..16819b802 100644
--- a/src/net/eathena/tradehandler.cpp
+++ b/src/net/eathena/tradehandler.cpp
@@ -208,7 +208,7 @@ void TradeHandler::processTradeItemAdd(Net::MessageIn &msg)
false, amount,
refine, 1,
fromBool(identify, Identified),
- Damaged_False,
+ Damaged_false,
false, false);
}
}