summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-14 02:24:49 +0000
committerFate <fate-tmw@googlemail.com>2009-05-14 02:24:49 +0000
commitf5f588157c209bc90f7c9f14ec4ed1403fdd1ee7 (patch)
tree0f2717916a49ae9e0d24ba041482f15c5118a727 /src/map/pc.c
parent92c1c98824efb789709d70ee8d6d5ed6e49b47a3 (diff)
parent94a8a08118ecd9e358d794d430945ada248d0959 (diff)
downloadtmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.gz
tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.bz2
tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.xz
tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.zip
Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index cf1e101..9703ee0 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -17,6 +17,7 @@
#include "chat.h"
#include "chrif.h"
#include "clif.h"
+#include "guild.h"
#include "intif.h"
#include "itemdb.h"
#include "map.h"
@@ -1069,7 +1070,6 @@ int pc_calcstatus(struct map_session_data* sd,int first)
struct skill b_skill[MAX_SKILL];
int i,bl,index;
int skill,aspd_rate,wele,wele_,def_ele,refinedef=0;
- int pele=0,pdef_ele=0;
int str,dstr,dex;
struct pc_base_job s_class;