Skip to content

Commit

Permalink
rubocop cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Deysh committed Jan 12, 2025
1 parent f353c62 commit 60f9e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/BlackArts.lic
Original file line number Diff line number Diff line change
Expand Up @@ -7022,9 +7022,9 @@ module BlackArts
def self.get_promoted(skill, location = nil)
Util.travel(BlackArts.data.current_admin)
Util.travel("#{Char.prof.downcase} alchemy guildmaster")

guildmaster = GameObj.npcs.find { |npc| npc.name =~ /guild/i }
# The Guild Master in the FWI Sorcerer Guild wanders
# The Guild Master in the FWI Sorcerer Guild wanders
if guildmaster.nil? && Room.current.id == 34597
Util.travel(34583)
end
Expand Down

0 comments on commit 60f9e46

Please sign in to comment.