mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 02:52:37 +08:00
Some fix about scene script and quest (#2029)
* [ScriptLib] Query player when not get entity from scene * Fix NPE when doing quests * Add QUEST_CONTENT_SKILL trigger Q353 need it * Add some missing fields that contain in scene scripts * Add a lua table serializer implement with jackson This do not replace the original one,it is useful when debug * Fix point_array type error * feat: fix space
This commit is contained in:
committed by
GitHub
Unverified
parent
ab5b49b7c5
commit
3b29ba032e
@@ -8,5 +8,5 @@ import lombok.ToString;
|
||||
public class SceneInitConfig {
|
||||
public int suite;
|
||||
public int end_suite;
|
||||
public int rand_suite;
|
||||
public boolean rand_suite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user