From 95a4d6754449522d3eceacce0f602e206a38b511 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 28 Jul 2012 03:22:47 +0000 Subject: 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 --- src/common/mmo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') 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 { -- cgit v1.2.3-60-g2f50