mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Correct typo in expected key when hash parsing.
This commit is contained in:
@@ -40,6 +40,9 @@ def parse_hash(npc, hash)
|
||||
# TODO
|
||||
elsif key == :delta_bounds
|
||||
# TODO
|
||||
elsif key == :circular_bounds
|
||||
radius = value
|
||||
# TODO
|
||||
elsif key == :spawn_animation
|
||||
npc.play_animation(Animation.new(value))
|
||||
elsif key == :spawn_graphic
|
||||
|
||||
Reference in New Issue
Block a user