mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 00:44:46 +01:00
Fix battle in front of glowy stag god (#2188)
* Fix battle in front of glowy stag god * Don't do a rollback when starting a quest. We're better than that.
This commit is contained in:
@@ -300,7 +300,7 @@ public final class PlayerProgressManager extends BasePlayerDataManager {
|
||||
|
||||
/** Quest progress */
|
||||
public void addQuestProgress(int id, int count) {
|
||||
var newCount = player.getPlayerProgress().addToCurrentProgress(id, count);
|
||||
var newCount = player.getPlayerProgress().addToCurrentProgress(String.valueOf(id), count);
|
||||
player.save();
|
||||
player
|
||||
.getQuestManager()
|
||||
|
||||
Reference in New Issue
Block a user