mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Fix #272
This commit is contained in:
@@ -63,7 +63,7 @@ class ConsumeAction < Action
|
||||
end
|
||||
|
||||
def equals(other)
|
||||
mob == other.mob && @consumable.type == other.consumable.type
|
||||
get_class == other.get_class && mob == other.mob && @consumable.type == other.consumable.type
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user