Skip to content

Wind Walk can't be exited by attacking #290

@jruo

Description

@jruo

Describe the bug
Attacking is not possible while in Wind Walk

To Reproduce

  1. Be a wind archer
  2. Put any number of SP to WW, but don't use !maxskill
  3. Activate WW and try to attack

Expected behavior
WW should allow performing an attack

Screenshots
https://i.gyazo.com/127d149834e067cf8553e97b88e85ed3.mp4

The problem seems to be this commented-out line. Restoring the break fixes the issue:

case WindArcher.WIND_WALK:
statups.add(new Pair<>(BuffStat.WIND_WALK, x));
//break; thanks Vcoc for noticing WW not showing for other players when changing maps

The author of that change probably tested it with !maxskill, which hides the problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions