summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-28 03:22:47 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-28 03:22:47 +0000
commit95a4d6754449522d3eceacce0f602e206a38b511 (patch)
tree1220c1ae06e770eef9451009bb08876ba18e5b4e /src/common
parent8dc6db3cd509c8f3e9a14f109afb3d0e95331a5d (diff)
downloadhercules-95a4d6754449522d3eceacce0f602e206a38b511.tar.gz
hercules-95a4d6754449522d3eceacce0f602e206a38b511.tar.bz2
hercules-95a4d6754449522d3eceacce0f602e206a38b511.tar.xz
hercules-95a4d6754449522d3eceacce0f602e206a38b511.zip
Added support for the "favorite item tab" feature. super-mega-thanks to Judas, credits to Fatal Error.
Be aware this update requires a new column in the inventory db, run upgrade_svn16517.sql in your database. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16518 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 7557d0ce3..269270bea 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -200,6 +200,7 @@ struct item {
char attribute;
short card[MAX_SLOTS];
unsigned int expire_time;
+ char favorite;
};
struct point {