mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-15 01:02:34 +08:00
Fix triggered Monster Tide spawn; fix Tower dungeon handoff (#2397)
* Abyss: Fix monster tide trigger; fix dungeon handoff * back out unrelated changes
This commit is contained in:
committed by
GitHub
Unverified
parent
d32a75e980
commit
fd75ba7b9b
@@ -774,9 +774,9 @@ public class SceneScriptManager {
|
||||
}
|
||||
|
||||
public void startMonsterTideInGroup(
|
||||
SceneGroup group, Integer[] ordersConfigId, int tideCount, int sceneLimit) {
|
||||
String source, SceneGroup group, Integer[] ordersConfigId, int tideCount, int sceneLimit) {
|
||||
this.scriptMonsterTideService =
|
||||
new ScriptMonsterTideService(this, group, tideCount, sceneLimit, ordersConfigId);
|
||||
new ScriptMonsterTideService(this, source, group, tideCount, sceneLimit, ordersConfigId);
|
||||
}
|
||||
|
||||
public void unloadCurrentMonsterTide() {
|
||||
|
||||
Reference in New Issue
Block a user