summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-15 19:00:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-15 19:00:10 +0300
commit3216d6caf93ebdb24bee3d9a859ea9e562d8ff4d (patch)
tree45a6fc90339ac63f4af1c282baa5875bf3d890cb /src/resources/iteminfo.cpp
parentf03dfb3f143ee10329a10d093d6d31c1ab480007 (diff)
downloadplus-3216d6caf93ebdb24bee3d9a859ea9e562d8ff4d.tar.gz
plus-3216d6caf93ebdb24bee3d9a859ea9e562d8ff4d.tar.bz2
plus-3216d6caf93ebdb24bee3d9a859ea9e562d8ff4d.tar.xz
plus-3216d6caf93ebdb24bee3d9a859ea9e562d8ff4d.zip
add item option what can prevent sell item to npc without confirmation.
Diffstat (limited to 'src/resources/iteminfo.cpp')
-rw-r--r--src/resources/iteminfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/iteminfo.cpp b/src/resources/iteminfo.cpp
index 3a2b3e836..e9a550cda 100644
--- a/src/resources/iteminfo.cpp
+++ b/src/resources/iteminfo.cpp
@@ -61,7 +61,8 @@ ItemInfo::ItemInfo() :
mMissEffectId(-1),
maxFloorOffset(32),
mPickupCursor(Cursor::CURSOR_POINTER),
- mPet(0)
+ mPet(0),
+ mProtected(false)
{
for (int f = 0; f < 10; f ++)
{