blob: a3638fd11cfb22ffd55dd5b16d3f886a69853ddb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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_
|