diff options
-rw-r--r-- | npc/026-7/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 67f83cdeb..8774e7fa4 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -102,7 +102,7 @@ OnBegin: // If the level of the players is below the expected, BUFF the criticals if (.@crc > 0) { .@bcr=getunitdata(.MK, UDT_CRIT); - .@bcr += .@bcr / 5 * .@crc); + .@bcr += .@bcr / 5 * .@crc; setunitdata(.MK, UDT_CRIT, .@bcr); } // If the legendary players is below the expected, BUFF the speed and range |