summaryrefslogtreecommitdiff
path: root/npc/003-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-17 17:18:29 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-17 17:18:29 -0300
commit285caf4e0c4b0d371a4c271fe544aa899d780022 (patch)
tree86978a6cf0b19f05974daa72c30eb035c7a3ae37 /npc/003-10
parentee7560f0a26137eb789a13474fcd74e91a95d982 (diff)
downloadserverdata-285caf4e0c4b0d371a4c271fe544aa899d780022.tar.gz
serverdata-285caf4e0c4b0d371a4c271fe544aa899d780022.tar.bz2
serverdata-285caf4e0c4b0d371a4c271fe544aa899d780022.tar.xz
serverdata-285caf4e0c4b0d371a4c271fe544aa899d780022.zip
Change logic about how Quirin event can be enabled.
Diffstat (limited to 'npc/003-10')
-rw-r--r--npc/003-10/quirino.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt
index fb2f39871..4dcd0baec 100644
--- a/npc/003-10/quirino.txt
+++ b/npc/003-10/quirino.txt
@@ -90,7 +90,7 @@ L_Hub:
mes l("Current arena player count: @@ on map. (Min. 3 to begin event)", getmapusers("001-8"));
// Open event? Minimum 5 connections or GM_OVERRIDE flag.
- if ($EVENT$ != "Hunger" && (getusers(1) >= 5 || $@GM_OVERRIDE)) {
+ if ($EVENT$ == "" && (getusers(1) >= 5 || $@GM_OVERRIDE)) {
next;
mes col("Activate event?", 1);
if (askyesno() == ASK_YES)