diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-29 07:35:02 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-29 07:35:02 +0000 |
commit | 57720b460745f823153ec0381d5923c4634ce1d8 (patch) | |
tree | 62bf0afdcb46b7d4db77363757110e16f649d6a0 /src/map/itemdb.c | |
parent | 557b59100b76d55ca18cfc63dadf01deeb985265 (diff) | |
download | hercules-57720b460745f823153ec0381d5923c4634ce1d8.tar.gz hercules-57720b460745f823153ec0381d5923c4634ce1d8.tar.bz2 hercules-57720b460745f823153ec0381d5923c4634ce1d8.tar.xz hercules-57720b460745f823153ec0381d5923c4634ce1d8.zip |
* Follow-up r16835: Some cleanup.
* Updated Hunting Missions script to v1.2b, which adds experience multipliers to config (custom\quests\hunting_missions.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16839 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 5869f0533..7ea11ef7a 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -136,7 +136,7 @@ int itemdb_searchname_array(struct item_data** data, int size, const char *str) /*========================================== - * Return a random item id from group. (take in account % chance giving/tot group) + * Return a random item id from group. (takes into account % chance giving/tot group) *------------------------------------------*/ int itemdb_searchrandomid(int group) { @@ -586,7 +586,7 @@ static void itemdb_read_itemgroup(void) } /*========================================== - * Read item forbiden by mapflag (can't equip item) + * Read item forbidden by mapflag (can't equip item) *------------------------------------------*/ static bool itemdb_read_noequip(char* str[], int columns, int current) {// <nameid>,<mode> |