summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-18 14:08:16 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-18 14:08:16 +0000
commit960989d97bf8dd06e02a2eb840bda61fe2563e77 (patch)
treea77e13f61b66b17b90f6f9fed6e5c0d37079cc75 /src/common
parenteb16323cc0a2c1423d51f252ca9eaacf940f6439 (diff)
downloadhercules-960989d97bf8dd06e02a2eb840bda61fe2563e77.tar.gz
hercules-960989d97bf8dd06e02a2eb840bda61fe2563e77.tar.bz2
hercules-960989d97bf8dd06e02a2eb840bda61fe2563e77.tar.xz
hercules-960989d97bf8dd06e02a2eb840bda61fe2563e77.zip
Fixed bugreport:6343 homun-s skill tree now is properly populated with previous homun form skills, note the sql table update: upgrade_svn16663.sql
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16663 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 269270bea..944c94a72 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -274,6 +274,7 @@ struct s_homunculus { //[orn]
int hom_id;
int char_id;
short class_;
+ short prev_class;
int hp,max_hp,sp,max_sp;
unsigned int intimacy; //[orn]
short hunger;