This file contains hidden or 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
| const BUFF_BLAZING_ATTUNEMENT = 32058; | |
| const JOB_ARCHER = 5; | |
| const JOB_GUNNER = 9; | |
| const JOB_NINJA = 11; | |
| const SKILL_RAPID_FIRE = 8; | |
| const SKILL_BURST_FIRE = 5; | |
| const SKILL_BURNING_HEART = 15; |
This file contains hidden or 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
| var upgradeManagerPrefilter; | |
| if (!upgradeManagerPrefilter) { | |
| // add prefilter on first run | |
| $J.ajaxPrefilter(function() { | |
| if (upgradeManagerPrefilter) { | |
| upgradeManagerPrefilter.apply(this, arguments); | |
| } | |
| }); | |
| } |