summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-26 09:52:08 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-26 09:52:08 +0000
commit53ba0c7362dffa576c58f7dc2decbeab0269d67b (patch)
tree4c5848b6868fc5c3427d8f4f168e4383f20a6897 /src/map/pc.h
parente9a090774cb956ebb122698374be2a5360dd8b00 (diff)
downloadhercules-53ba0c7362dffa576c58f7dc2decbeab0269d67b.tar.gz
hercules-53ba0c7362dffa576c58f7dc2decbeab0269d67b.tar.bz2
hercules-53ba0c7362dffa576c58f7dc2decbeab0269d67b.tar.xz
hercules-53ba0c7362dffa576c58f7dc2decbeab0269d67b.zip
Fixed mob counts and quest states are not saved properly sometimes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13964 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 925db7184..c219c8f45 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -380,7 +380,6 @@ struct map_session_data {
//Quest log system [Kevin] [Inkfish]
int num_quests;
int avail_quests;
- bool save_quest[MAX_QUEST_DB];
struct quest quest_log[MAX_QUEST_DB];
// temporary debug [flaviojs]