summaryrefslogtreecommitdiff
path: root/npc/014-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-06 14:28:23 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-06 14:28:23 -0300
commit9f2f18cbff637fbef5ef7c0f5b26a979e15f267b (patch)
treec6b2b8424565dceba5b0e4329984b39e89217e68 /npc/014-5
parent1c5fe2eaf08a244cc26e6f64133d44e055a539c0 (diff)
downloadserverdata-9f2f18cbff637fbef5ef7c0f5b26a979e15f267b.tar.gz
serverdata-9f2f18cbff637fbef5ef7c0f5b26a979e15f267b.tar.bz2
serverdata-9f2f18cbff637fbef5ef7c0f5b26a979e15f267b.tar.xz
serverdata-9f2f18cbff637fbef5ef7c0f5b26a979e15f267b.zip
$@GM_OVERRIDE should work now
Diffstat (limited to 'npc/014-5')
-rw-r--r--npc/014-5/blossom.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt
index 63e46e863..cbd332aba 100644
--- a/npc/014-5/blossom.txt
+++ b/npc/014-5/blossom.txt
@@ -7,7 +7,7 @@
// SQuest_SPring
014-5,79,168,0 script Blossom NPC_BLOSSOM,{
- if (season() != SPRING)
+ if (season() != SPRING && !$@GM_OVERRIDE)
goto L_OutOfSeason;
if ($EVENT$ == "Easter")
goto L_QuestDisabled;