summaryrefslogtreecommitdiff
path: root/src/resources/db
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-14 18:38:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-14 20:11:10 +0300
commit21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352 (patch)
treec72ace46fabdfd0b83b1cd3b9c5efd89e462da1d /src/resources/db
parenta442a20199c27838604da514ffc67ae87d4f8433 (diff)
downloadplus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.tar.gz
plus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.tar.bz2
plus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.tar.xz
plus-21d0f7cd7b0d8474f1043ae4f283a58ea6d8b352.zip
Add card item type.
Diffstat (limited to 'src/resources/db')
-rw-r--r--src/resources/db/itemdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp
index 2b1601c76..ad6d8f3e9 100644
--- a/src/resources/db/itemdb.cpp
+++ b/src/resources/db/itemdb.cpp
@@ -187,6 +187,7 @@ static void initStatic()
mSoundNames["pickup"] = ItemSoundEvent::PICKUP;
mSoundNames["take"] = ItemSoundEvent::TAKE;
mSoundNames["put"] = ItemSoundEvent::PUT;
+ mSoundNames["usecard"] = ItemSoundEvent::USECARD;
}
void ItemDB::load()