Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goldene Hände gibt allen online Spielern mit dem Skill die EXP #29

Closed
Silthus opened this issue Feb 12, 2021 · 2 comments
Closed

Goldene Hände gibt allen online Spielern mit dem Skill die EXP #29

Silthus opened this issue Feb 12, 2021 · 2 comments
Assignees
Labels
Priority: Critical released Type: Bug Bug or Bug fixes Type: Security Vulnerability disclosure or Fixing security issue

Comments

@Silthus
Copy link
Member

Silthus commented Feb 12, 2021

Wenn ein Spieler etwas bei der Bank verkauft und den Skill goldene Hände hat bekommen alle anderen Spieler die online sind und den Skill ebenfalls die EXP (oder sogar multipliziert mit der Anzahl der Skills?).

Bug wurde am 12.02.2021 gegen 22:00 Uhr von dunkelbunter reported. Kneipe hat 450 Diamanten in 45000 Coins umgewandelt.
Online waren zu der Zeit Sekitra, dunkelbunter, Kneipe36 und caro336.

EXP erhalten haben Sekitra und dunkelbunter, was bedeutet, dass Kneipe den Skill gar nicht hatte.

SELECT p.name, l1.level_id, MIN(l1.old_exp), MAX(l1.new_exp), MIN(l1.old_level), MAX(l1.new_level), (MAX(l1.new_exp) - MIN(l1.old_exp)) as diff
FROM rcs_level_history l1
JOIN rcs_levels l ON l.id = l1.level_id
JOIN rcs_players p ON p.level_id = l.id
WHERE l1.when_created > '2021-02-12 22:00:00'
AND l1.data = '{"reason":"EXP für Item Verkauf"}'
GROUP BY level_id

image

@Silthus Silthus self-assigned this Feb 12, 2021
@Silthus Silthus added Priority: Critical Type: Bug Bug or Bug fixes Type: Security Vulnerability disclosure or Fixing security issue labels Feb 12, 2021
@Silthus
Copy link
Member Author

Silthus commented Feb 12, 2021

Die EXP wurden beiden wieder abgezogen.

github-actions bot pushed a commit that referenced this issue Feb 13, 2021
## [1.12.8](v1.12.7...v1.12.8) (2021-02-13)

### Bug Fixes

* applicable check of skills not working ([901be44](901be44)), closes [#29](#29)
* remove old @ConfigOption statements ([d0d67b5](d0d67b5))
* remove unused configoption shade ([7d60e46](7d60e46))
@github-actions
Copy link

🎉 This issue has been resolved in version 1.12.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Critical released Type: Bug Bug or Bug fixes Type: Security Vulnerability disclosure or Fixing security issue
Projects
None yet
Development

No branches or pull requests

1 participant