Skip to content

Commit

Permalink
rpherbig > elanthia-online
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Dec 10, 2024
1 parent f7d3f83 commit 7a2529c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dragonrealms/commons/common-items.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion lib/dragonrealms/commons/equipmanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a2529c

Please sign in to comment.