Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (10 sloc)
508 Bytes
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
| //===== rAthena Script ======================================= | |
| //= Mapflag: Adjust Skill Damage. | |
| //===== Description: ========================================= | |
| //= Enables skill damage adjustment. All adjustments in | |
| //= skill_damage_db.txt for 'Map' type 16 will be applied. | |
| //= See the mapflag documentation for details about extra | |
| //= parameters. | |
| //===== Additional Comments: ================================= | |
| //= 1.0 Initial script. [Cydh] | |
| //============================================================ |