Skip to content

Commit

Permalink
Merge pull request #1750 from elanthia-online/echild-v1.20.2
Browse files Browse the repository at this point in the history
[echild.lic] v1.20.2 fix for Ruby constant redefinition warning
  • Loading branch information
mrhoribu authored Jan 20, 2025
2 parents 88bb813 + bd44d66 commit 9e74aa8
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 9e74aa8

Please sign in to comment.