mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 04:45:02 +01:00
Fix incorrect element type for wind/aqua
This commit is contained in:
@@ -7,10 +7,10 @@ import lombok.Getter;
|
|||||||
@Getter
|
@Getter
|
||||||
public enum ElementType {
|
public enum ElementType {
|
||||||
INHERIT (0),
|
INHERIT (0),
|
||||||
WIND (1, 90020),
|
AQUA (1, 90018),
|
||||||
FIRE (2, 90019),
|
FIRE (2, 90019),
|
||||||
EARTH (3, 90021),
|
EARTH (3, 90021),
|
||||||
AQUA (4, 90018),
|
WIND (4, 90020),
|
||||||
LIGHT (5, 90022),
|
LIGHT (5, 90022),
|
||||||
DARK (6, 90023),
|
DARK (6, 90023),
|
||||||
NONE (7);
|
NONE (7);
|
||||||
|
|||||||
Reference in New Issue
Block a user