diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-23 14:02:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-23 14:02:03 -0300 |
commit | 61fad261460e74fab94054465a04a05694cd0ddf (patch) | |
tree | 0d2da61c4ee879d04f429412bd629fa3e614791a | |
parent | cd2fa28b21be9b12502dd15bf6dadc56f8a38a67 (diff) | |
download | serverdata-61fad261460e74fab94054465a04a05694cd0ddf.tar.gz serverdata-61fad261460e74fab94054465a04a05694cd0ddf.tar.bz2 serverdata-61fad261460e74fab94054465a04a05694cd0ddf.tar.xz serverdata-61fad261460e74fab94054465a04a05694cd0ddf.zip |
Fix CI
-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 |