Fix: update wildspawnpoint enum

This commit is contained in:
Dev 2023-03-18 16:18:59 +00:00
parent 79f8922e6a
commit e8f53e1fcd

View File

@ -29,6 +29,6 @@ export enum WildSpawnTypeNumber
BOSSKNIGHT = 67108864,
FOLLOWERBIGPIPE = 134217728,
FOLLOWERBIRDEYE = 268435456,
SPTUSEC = 536870912,
SPTBEAR = 1073741824
BOSSZRYACHIY = 536870912,
FOLLOWERZRYACHIY = 1073741824
}