diff options
Diffstat (limited to 'npc/014-4/thorn.txt')
-rw-r--r-- | npc/014-4/thorn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |