Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #74 from cydh/bAddItemGroupHealRate
Follow up 2d53a78:
- Loading branch information
Showing
with
52 additions
and 48 deletions.
- +1 −0 db/const.txt
- +1 −1 db/import-tmpl/item_db.txt
- +1 −1 db/pre-re/item_combo_db.txt
- +6 −6 db/pre-re/item_db.txt
- +1 −1 db/re/item_combo_db.txt
- +10 −10 db/re/item_db.txt
- +7 −6 doc/item_bonus.txt
- +10 −10 sql-files/item_db_re.sql
- +2 −8 src/map/itemdb.c
- +0 −2 src/map/itemdb.h
- +1 −1 src/map/map.h
- +12 −2 src/map/pc.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -621,6 +621,7 @@ bAddClassDropItem 2070 | ||
| bAddClassDropItemGroup 2071 | ||
|
|
||
| bAddMaxWeight 2072 | ||
| bAddItemGroupHealRate 2073 | ||
|
|
||
| EQI_HEAD_TOP 1 | ||
| EQI_ARMOR 2 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
704f4f2There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank @Akkarinage
I was writing Development News, I've planned to merge this after my fingers done