summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--npc/019-4-1/ofelia.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52665b5bd..0e61b90ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ mysql_run_8.0:
libssl-dev libtool libmysqlclient-dev libz-dev libpcre3-dev"
- ./.tools/jobs/cloneall.sh
- ./.tools/jobs/initdb.sh mysql
- - ./.tools/jobs/build.sh "--enable-packetver=${packetver} --enable-epoll --enable-debug --enable-sanitize=full --disable-manager --enable-Werror --enable-buildbot" "--enable-werror --enable-lto --enable-sanitize"
+ - ./.tools/jobs/build.sh "--enable-packetver=${packetver} --enable-epoll --enable-debug --enable-sanitize=full --disable-manager --enable-buildbot" "--enable-lto --enable-sanitize" # --enable-Werror / --enable-werror
- ./.tools/jobs/runserver.sh mysql
image: ubuntu:22.04
services:
diff --git a/npc/019-4-1/ofelia.txt b/npc/019-4-1/ofelia.txt
index 0406588be..145a302ab 100644
--- a/npc/019-4-1/ofelia.txt
+++ b/npc/019-4-1/ofelia.txt
@@ -189,7 +189,7 @@ function _spin {
// Pattern A'': 1 but can be 2 if Main Quest is advanced enough
} else if (.@type$ == "Potion") {
.@item = relative_array_random(.potions);
- .@amount = any(1,(getq(General_Narrator) > 17 ? 2 : 1);
+ .@amount = any(1,(getq(General_Narrator) > 17 ? 2 : 1));
// Pattern B: Randomly 1~3
} else if (.@type$ == "Tea") {
.@item = relative_array_random(.tea);