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 },