From 7a2529c70326aee6e4505b9c05017eaafcc7df1d Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:27:34 +1300 Subject: [PATCH] rpherbig > elanthia-online --- lib/dragonrealms/commons/common-items.rb | 2 +- lib/dragonrealms/commons/equipmanager.rb | 2 +- lib/update.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dragonrealms/commons/common-items.rb b/lib/dragonrealms/commons/common-items.rb index f07d1d80..ae111a1c 100644 --- a/lib/dragonrealms/commons/common-items.rb +++ b/lib/dragonrealms/commons/common-items.rb @@ -4,7 +4,7 @@ module DRCI module_function - ## How to add new trash receptacles https://github.com/rpherbig/dr-scripts/wiki/Adding-new-trash-receptacles + ## How to add new trash receptacles https://github.com/elanthia-online/dr-scripts/wiki/Adding-new-trash-receptacles TRASH_STORAGE = %w[arms barrel basin basket bin birdbath bucket chamberpot gloop hole log puddle statue stump tangle tree turtle urn gelapod] DROP_TRASH_SUCCESS_PATTERNS = [ diff --git a/lib/dragonrealms/commons/equipmanager.rb b/lib/dragonrealms/commons/equipmanager.rb index 12f0ce8c..4dff294e 100644 --- a/lib/dragonrealms/commons/equipmanager.rb +++ b/lib/dragonrealms/commons/equipmanager.rb @@ -421,7 +421,7 @@ def swap_to_skill?(noun, skill) when /^ow$|offhand weapon/i return true # just use weapon in your left hand else - DRC.message("Unsupported weapon swap: #{noun} to #{skill}. Please report this to https://github.com/rpherbig/dr-scripts/issues") + DRC.message("Unsupported weapon swap: #{noun} to #{skill}. Please report this to https://github.com/elanthia-online/dr-scripts/issues") return false end # All possible weapon skills to swap into. diff --git a/lib/update.rb b/lib/update.rb index ff577296..0dbd6c99 100644 --- a/lib/update.rb +++ b/lib/update.rb @@ -284,7 +284,7 @@ def self.update_file(type, rf, version = 'production') when "script" location = SCRIPT_DIR if requested_file.downcase == 'dependency.lic' - remote_repo = "https://raw.githubusercontent.com/rpherbig/dr-scripts/master/" + remote_repo = "https://raw.githubusercontent.com/elanthia-online/dr-scripts/main/" else remote_repo = "https://raw.githubusercontent.com/elanthia-online/scripts/master/scripts" end