mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Fix plugin issues created by breaking changes in previous commit.
This commit is contained in:
@@ -11,7 +11,7 @@ class Rune
|
||||
|
||||
def initialize(id, level, experience, multiplier)
|
||||
@id = id
|
||||
@name = ItemDefinition.lookup(id).name.downcase
|
||||
@name = ItemDefinition.lookup(id).name.to_s.downcase
|
||||
@level = level
|
||||
@experience = experience
|
||||
@multiplier = multiplier
|
||||
|
||||
Reference in New Issue
Block a user