Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* Added skill INF2_NO_AUTOSHADOWSPELL for some skills that cannot be …
…auto casted by Auto Shadow Spell as fix of bugreport:8582, http://rathena.org/board/tracker/issue-8582-shadow-chaserauto-shadow-spell-restricted-spells/ * Removed unused const.txt entries as fix of bugreport:8467, http://rathena.org/board/tracker/issue-8467-left-over-constants-from-mob-controller-system/ Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
- Loading branch information
Showing
with
29 additions
and 46 deletions.
- +0 −19 db/const.txt
- +7 −7 db/re/skill_db.txt
- +7 −2 src/map/clif.c
- +4 −1 src/map/homunculus.c
- +1 −1 src/map/pc.h
- +9 −15 src/map/skill.c
- +1 −1 src/map/skill.h
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
| @@ -2631,25 +2631,6 @@ MOB_ELEMENT 20 | ||
| MOB_MODE 21 | ||
| MOB_MVPEXP 22 | ||
|
|
||
| ALL_CLIENT 0 | ||
| ALL_SAMEMAP 1 | ||
| AREA 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
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