소스 검색

- Increased MAX_QUEST_DB, follow up to r17056. (bugreport:7058)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17058 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 12 년 전
부모
커밋
8085260aa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/mmo.h

+ 1 - 1
src/common/mmo.h

@@ -98,7 +98,7 @@
 #define MAX_GUILDSKILL	15 // increased max guild skills because of new skills [Sara-chan]
 #define MAX_GUILDSKILL	15 // increased max guild skills because of new skills [Sara-chan]
 #define MAX_GUILDLEVEL 50
 #define MAX_GUILDLEVEL 50
 #define MAX_GUARDIANS 8	//Local max per castle. [Skotlex]
 #define MAX_GUARDIANS 8	//Local max per castle. [Skotlex]
-#define MAX_QUEST_DB 2000 //Max quests that the server will load
+#define MAX_QUEST_DB 2200 //Max quests that the server will load
 #define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest
 #define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest
 
 
 // for produce
 // for produce