From c1af98341a057da28d80615f6bb325ef1d24e2d2 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 30 Jul 2012 09:15:12 +0000 Subject: - Removed redundant config after the Item Stacking System was added in r16279. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16535 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/config/classes/general.h | 1 - src/config/classes/swordsman.h | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 src/config/classes/swordsman.h (limited to 'src/config') diff --git a/src/config/classes/general.h b/src/config/classes/general.h index aefbbbedb..6e6cc1425 100644 --- a/src/config/classes/general.h +++ b/src/config/classes/general.h @@ -19,6 +19,5 @@ /** * No settings past this point **/ -#include "swordsman.h" #endif // _CONFIG_GENERAL_H_ diff --git a/src/config/classes/swordsman.h b/src/config/classes/swordsman.h deleted file mode 100644 index a3638fd11..000000000 --- a/src/config/classes/swordsman.h +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL -// For more information, see LICENCE in the main folder -#ifndef _CONFIG_SKILLS_SWORDS_H_ -#define _CONFIG_SKILLS_SWORDS_H_ -/** - * rAthena configuration file (http://rathena.org) - * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ - **/ - -/// Rune Knight -/// -/// maximum number of runes that a rune knight character can carry at any given time -/// default: 20 -#define MAX_RUNE 20 - -#endif // _CONFIG_SKILLS_SWORDS_H_ -- cgit v1.2.3-70-g09d2