Fix Fix particle generation

This commit is contained in:
Akbar Yahya 2023-03-03 01:39:06 +08:00
parent 2d1915c8ba
commit 3ef7e27667
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
message AbilityActionGenerateElemBall {
uint32 roomId = 6;
Vector rot = 15;
Vector pos = 7;
uint32 roomId = 3;
Vector rot = 12;
Vector pos = 1;
}