From 9f2f18cbff637fbef5ef7c0f5b26a979e15f267b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Mar 2019 14:28:23 -0300 Subject: $@GM_OVERRIDE should work now --- npc/014-4/thorn.txt | 2 +- npc/014-5/blossom.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index 3ec5a08d7..52e9f430d 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -10,7 +10,7 @@ // 1 - 014-4,149,98,0 script Thorn NPC_THORN_NPC,{ - if (season() != SPRING) + if (season() != SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason; if ($EVENT$ == "Easter") goto L_QuestDisabled; 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; -- cgit v1.2.3-70-g09d2