Skip to content

Commit

Permalink
[echild.lic] v1.20.2 fix for Ruby constant redefinition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Jan 19, 2025
1 parent c7816ed commit bd44d66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/echild.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 },
Expand Down

0 comments on commit bd44d66

Please sign in to comment.