@bingosrs/models 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/enums/monsters.ts
CHANGED
|
@@ -12110,4 +12110,8 @@ export enum EMonster {
|
|
|
12110
12110
|
KNIGHT_OF_VARLAMORE__31 = 14783,
|
|
12111
12111
|
KNIGHT_OF_VARLAMORE__32 = 14784,
|
|
12112
12112
|
DOM__2 = 14785,
|
|
12113
|
+
BRYOPHYTA_CHEST = 14786,
|
|
12114
|
+
OBOR_CHEST = 14787,
|
|
12115
|
+
GIANT_DEMONIC_RANGE_LARVA = 14788,
|
|
12116
|
+
GIANT_DEMONIC_MAGIC_LARVA = 14789,
|
|
12113
12117
|
}
|