Describe the bug
Attacking is not possible while in Wind Walk
To Reproduce
- Be a wind archer
- Put any number of SP to WW, but don't use !maxskill
- 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
Describe the bug
Attacking is not possible while in Wind Walk
To Reproduce
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:
Cosmic/src/main/java/server/StatEffect.java
Lines 640 to 642 in 78e9944
The author of that change probably tested it with !maxskill, which hides the problem