File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -3718,6 +3718,31 @@ constants_db: {
3718
3718
GATE_SKYBLUE: 10527
3719
3719
4_CS_RIGEL: 10528
3720
3720
4_M_NILLEM: 10529
3721
+ 4_LARVA_RED: 10530
3722
+ 4_LARVA_YELLOW: 10531
3723
+ 4_LARVA_BLACK: 10532
3724
+ 4_LARVA_VIOLET: 10533
3725
+ 4_HERO_SAUSAGE: 10534
3726
+ 4_PRINCESS_SAUSAGE: 10535
3727
+ 4_EP20_LASGAND: 10536
3728
+ 4_EP20_NYAR: 10537
3729
+ 4_EP20_DEVICE_BLUE: 10538
3730
+ 4_EP20_DEVICE_RED: 10539
3731
+ 4_EP20_DEVICE_BLACK: 10540
3732
+ 4_GACHA_MACHINE: 10545
3733
+ 4_RUNESTONE: 10547
3734
+ 4_EM_ARDOR: 10548
3735
+ 4_EM_DILUVIO: 10549
3736
+ 4_EM_PROCELLA: 10550
3737
+ 4_EM_TERREMOTUS: 10551
3738
+ 4_EM_SERPENS: 10552
3739
+ 1_SHADOW_RED: 10554
3740
+ 1_SHADOW_ORANGE: 10555
3741
+ 1_SHADOW_YELLOW: 10556
3742
+ 1_SHADOW_GREEN: 10557
3743
+ 1_SHADOW_BLUE: 10558
3744
+ 1_SHADOW_INDIGO: 10559
3745
+ 1_SHADOW_VIOLET: 10560
3721
3746
3722
3747
comment__: "Mercenary IDs"
3723
3748
MER_LIF: 6001
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ enum actor_classes {
174
174
#define MAX_NPC_CLASS 1000
175
175
// New NPC range
176
176
#define MAX_NPC_CLASS2_START 10001
177
- #define MAX_NPC_CLASS2_END 10529
177
+ #define MAX_NPC_CLASS2_END 10560
178
178
179
179
//Script NPC events.
180
180
enum npce_event {
You can’t perform that action at this time.
0 commit comments