Skip to content

Commit

Permalink
Update lib/xmlparser.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Oct 28, 2024
1 parent f6b98cc commit 7f44a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xmlparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def tag_start(name, attributes)

if (name == 'clearStream' && attributes['id'] == 'percWindow')
@dr_active_spells = {}
@dr_active_spells_slivers = false
end

if (name == 'pushStream' && attributes['id'] == 'percWindow')
Expand Down

0 comments on commit 7f44a4a

Please sign in to comment.