From bd44d668b884b22c2007ef23f198e7c759536856 Mon Sep 17 00:00:00 2001 From: "Ryan P. McKinnon" <15917743+mrhoribu@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:42:51 -0500 Subject: [PATCH] [echild.lic] v1.20.2 fix for Ruby constant redefinition warning --- scripts/echild.lic | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/echild.lic b/scripts/echild.lic index a7508d83c..6e508ba14 100644 --- a/scripts/echild.lic +++ b/scripts/echild.lic @@ -16,8 +16,10 @@ name: echild game: Gemstone tags: escort, child, advguild, adventurer guild, guild - version: 1.20.1 + version: 1.20.2 + 2025-01-19 - 1.20.2 + - fix for constant redefinition Ruby warnings 2024-09-12 - 1.20.1 - convert to use RealID instead of LichID 2024-08-07 - 1.20.0 @@ -221,7 +223,7 @@ module EChild #------------------------------------------------------------------------------# # disablers #------------------------------------------------------------------------------# - DISABLERS = [ + DISABLERS ||= [ { :num => 135, :town_safe => false, :single_target => false }, { :num => 201, :town_safe => true, :single_target => true }, { :num => 213, :town_safe => true, :single_target => false },