Removed "Leader flag" from wolves, because it was the value used to determine whether it's a savage wolf or barbarous wolf.

This commit is contained in:
Daan Vanden Bosch 2020-09-27 21:58:58 +02:00
parent 30d9de1be9
commit b68e0b37c6

View File

@ -678,10 +678,7 @@ define_npc_type_data(
0x043,
0,
true,
[
["Group ID", 44, "F32"],
["Leader flag", 48, "F32"],
],
[["Group ID", 44, "F32"]],
);
define_npc_type_data(
NpcType.BarbarousWolf,
@ -695,10 +692,7 @@ define_npc_type_data(
0x043,
0,
false,
[
["Group ID", 44, "F32"],
["Leader flag", 48, "F32"],
],
[["Group ID", 44, "F32"]],
);
define_npc_type_data(
NpcType.Booma,
@ -1532,10 +1526,7 @@ define_npc_type_data(
0x043,
0,
true,
[
["Group ID", 44, "F32"],
["Leader flag", 48, "F32"],
],
[["Group ID", 44, "F32"]],
);
define_npc_type_data(
NpcType.BarbarousWolf2,
@ -1549,10 +1540,7 @@ define_npc_type_data(
0x043,
0,
false,
[
["Group ID", 44, "F32"],
["Leader flag", 48, "F32"],
],
[["Group ID", 44, "F32"]],
);
define_npc_type_data(
NpcType.PanArms2,