Permalink
1 comment
on commit
Please
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
Bug Fixes
* Fixed Decoration of Music status when equipping the headgear. (bugreport:9342) * Fixed Warg Dash giving Endure when it shouldn't. (bugreport:9337) * Fixed Mado Gear skill item requirements. (bugreport:9335) * Fixed Super Novice Spirit being able to be casted by all classes. (bugreport:9344) * Fixed Masquerade - Ignorance to work on monsters. (bugreport:8099) * Fixed Voice of Siren duration depending on level of character. (bugreport:9289) * Fixed Spirit Sympathy SP requirement reduction when summoning an Element. (bugreport:9329)
- Loading branch information
Showing
with
139 additions
and 193 deletions.
- +10 −10 db/pre-re/skill_require_db.txt
- +1 −1 db/re/item_db.txt
- +10 −10 db/re/skill_require_db.txt
- +1 −1 sql-files/item_db_re.sql
- +1 −1 src/map/clif.c
- +40 −28 src/map/skill.c
- +5 −3 src/map/status.c
- +52 −118 src/map/unit.c
- +19 −21 src/map/unit.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
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
Oops, something went wrong.
1 comment
on commit 8b755e5
There was a problem hiding this comment.
Man, you dont know how many time im waiting for it! [I S2 U] ,
warning: suggest parentheses around ‘&&’ within ‘||’
Maybe fixed with:
if (sd && dstsd && !(((dstsd->class_&MAPID_UPPERMASK) == type) || (skill_id == SL_SUPERNOVICE && (dstsd->class_&JOBL_SUPER_NOVICE)))) {